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