| GroupId | GroupIdio.github.mscaldas2012 |
|---|---|
| ArtifactId | ArtifactIdhl7-pet |
| Version | Version1.2.3.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hl7-pet-1.2.3.2.pom | |
| hl7-pet-1.2.3.2.jar | 123 KB |
| hl7-pet-1.2.3.2-tests-sources.jar | 246 KB |
| hl7-pet-1.2.3.2-sources.jar | 35 KB |
| hl7-pet-1.2.3.2-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.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mscaldas2012/hl7-pet/
implementation 'io.github.mscaldas2012:hl7-pet:1.2.3.2'
// https://jarcasting.com/artifacts/io.github.mscaldas2012/hl7-pet/
implementation ("io.github.mscaldas2012:hl7-pet:1.2.3.2")
'io.github.mscaldas2012:hl7-pet:jar:1.2.3.2'
<dependency org="io.github.mscaldas2012" name="hl7-pet" rev="1.2.3.2">
<artifact name="hl7-pet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mscaldas2012', module='hl7-pet', version='1.2.3.2')
)
libraryDependencies += "io.github.mscaldas2012" % "hl7-pet" % "1.2.3.2"
[io.github.mscaldas2012/hl7-pet "1.2.3.2"]