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