<dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-base</artifactId> <version>3.0.0</version> </dependency>
implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:3.0.0'
implementation("ca.uhn.hapi.fhir:hapi-fhir-base:3.0.0")
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-base" % "3.0.0"
@Grapes( @Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-base', version='3.0.0') )
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-base" rev="3.0.0" />
[ca.uhn.hapi.fhir/hapi-fhir-base "3.0.0"]
'ca.uhn.hapi.fhir:hapi-fhir-base:jar:3.0.0'
<parent> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-deployable-pom</artifactId> <version>3.0.0</version> </parent>
compile
|-- com.google.code.gson:gson
|-- org.codehaus.woodstox:woodstox-core-asl
|-- org.thymeleaf:thymeleaf
|-- org.javassist:javassist
|-- com.phloc:phloc-schematron
|-- com.phloc:phloc-commons
|-- org.apache.commons:commons-lang3
|-- commons-codec:commons-codec
|-- commons-io:commons-io
|-- org.slf4j:slf4j-api
|-- org.slf4j:jcl-over-slf4j
|-- ch.qos.logback:logback-classic