<dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-converter</artifactId> <version>3.1.0</version> </dependency>
'ca.uhn.hapi.fhir:hapi-fhir-converter:jar:3.1.0'
<dependency org="ca.uhn.hapi.fhir" name="hapi-fhir-converter" rev="3.1.0" />
@Grapes(@Grab(group='ca.uhn.hapi.fhir', module='hapi-fhir-converter', version='3.1.0'))
compile 'ca.uhn.hapi.fhir:hapi-fhir-converter:3.1.0'
libraryDependencies += "ca.uhn.hapi.fhir" % "hapi-fhir-converter" % "3.1.0"
<repository> <id>central</id> <url>http://repo1.maven.org/maven2/</url> </repository>
org.hl7.fhir.convertors
org.hl7.fhir.dstu2.utils
maven-repository.com - © 2014