| GroupId | GroupIdio.github.mscaldas2012 |
|---|---|
| ArtifactId | ArtifactIdhl7-pet |
| Version | Version1.2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hl7-pet-1.2.4.pom | |
| hl7-pet-1.2.4.jar | 135 KB |
| hl7-pet-1.2.4-tests-sources.jar | 242 KB |
| hl7-pet-1.2.4-sources.jar | 39 KB |
| hl7-pet-1.2.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mscaldas2012/hl7-pet/ -->
<dependency>
<groupId>io.github.mscaldas2012</groupId>
<artifactId>hl7-pet</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mscaldas2012/hl7-pet/
implementation 'io.github.mscaldas2012:hl7-pet:1.2.4'
// https://jarcasting.com/artifacts/io.github.mscaldas2012/hl7-pet/
implementation ("io.github.mscaldas2012:hl7-pet:1.2.4")
'io.github.mscaldas2012:hl7-pet:jar:1.2.4'
<dependency org="io.github.mscaldas2012" name="hl7-pet" rev="1.2.4">
<artifact name="hl7-pet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mscaldas2012', module='hl7-pet', version='1.2.4')
)
libraryDependencies += "io.github.mscaldas2012" % "hl7-pet" % "1.2.4"
[io.github.mscaldas2012/hl7-pet "1.2.4"]