h

hapi-fhir-caching-api

Builds the hapi fhir caching api. Requires hapi-fhir-base be built first and be excluded from any other poms requiring it.
Apache Software License 2.0
Files download
File Operation
hapi-fhir-caching-api-7.0.2-r1.jar download
hapi-fhir-caching-api-7.0.2-r1.pom download
hapi-fhir-caching-api-7.0.2-r1-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.ikm.jpms</groupId>
  <artifactId>hapi-fhir-caching-api</artifactId>
  <version>7.0.2-r1</version>
</dependency>
Gradle Groovy
implementation 'dev.ikm.jpms:hapi-fhir-caching-api:7.0.2-r1'
Gradle Kotlin
implementation("dev.ikm.jpms:hapi-fhir-caching-api:7.0.2-r1")
Scala SBT
libraryDependencies += "dev.ikm.jpms" % "hapi-fhir-caching-api" % "7.0.2-r1"
Groovy Grape
@Grapes(
  @Grab(group='dev.ikm.jpms', module='hapi-fhir-caching-api', version='7.0.2-r1')
)
Apache Ivy
<dependency org="dev.ikm.jpms" name="hapi-fhir-caching-api" rev="7.0.2-r1" />
Leiningen
[dev.ikm.jpms/hapi-fhir-caching-api "7.0.2-r1"]
Apache Buildr
'dev.ikm.jpms:hapi-fhir-caching-api:jar:7.0.2-r1'