GroupId | GroupIdca.uhn.hapi |
---|---|
ArtifactId | ArtifactIdhapi-hl7overhttp |
Version | Version2.1-beta1 |
Type | Typejar |
Filename | Size |
---|---|
hapi-hl7overhttp-2.1-beta1.pom | |
hapi-hl7overhttp-2.1-beta1.jar | 183 KB |
hapi-hl7overhttp-2.1-beta1-sources.jar | 91 KB |
hapi-hl7overhttp-2.1-beta1-javadoc.jar | 724 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-hl7overhttp/ -->
<dependency>
<groupId>ca.uhn.hapi</groupId>
<artifactId>hapi-hl7overhttp</artifactId>
<version>2.1-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-hl7overhttp/
implementation 'ca.uhn.hapi:hapi-hl7overhttp:2.1-beta1'
// https://jarcasting.com/artifacts/ca.uhn.hapi/hapi-hl7overhttp/
implementation ("ca.uhn.hapi:hapi-hl7overhttp:2.1-beta1")
'ca.uhn.hapi:hapi-hl7overhttp:jar:2.1-beta1'
<dependency org="ca.uhn.hapi" name="hapi-hl7overhttp" rev="2.1-beta1">
<artifact name="hapi-hl7overhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.uhn.hapi', module='hapi-hl7overhttp', version='2.1-beta1')
)
libraryDependencies += "ca.uhn.hapi" % "hapi-hl7overhttp" % "2.1-beta1"
[ca.uhn.hapi/hapi-hl7overhttp "2.1-beta1"]