GroupId | GroupIdca.uhn.hapi.fhir |
---|---|
ArtifactId | ArtifactIdhapi-fhir-server |
Version | Version3.8.0 |
Type | Typejar |
Filename | Size |
---|---|
hapi-fhir-server-3.8.0.pom | |
hapi-fhir-server-3.8.0.jar | 327 KB |
hapi-fhir-server-3.8.0-sources.jar | 236 KB |
hapi-fhir-server-3.8.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-server/ -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-server</artifactId>
<version>3.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-server/
implementation 'ca.uhn.hapi.fhir:hapi-fhir-server:3.8.0'
// https://jarcasting.com/artifacts/ca.uhn.hapi.fhir/hapi-fhir-server/
implementation ("ca.uhn.hapi.fhir:hapi-fhir-server:3.8.0")
'ca.uhn.hapi.fhir:hapi-fhir-server:jar:3.8.0'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-server" rev="3.8.0">
<artifact name="hapi-fhir-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-server', version='3.8.0')
)
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-server" % "3.8.0"
[ca.uhn.hapi.fhir/hapi-fhir-server "3.8.0"]