| License |
License |
|---|---|
| GroupId | GroupIdio.github.mscaldas2012 |
| ArtifactId | ArtifactIdhl7-pet |
| Version | Version1.2.5 |
| Type | Typejar |
| Description |
DescriptionHL7-PET
this project is a library to Parse HL7 v2 messages
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hl7-pet-1.2.5.pom | |
| hl7-pet-1.2.5.jar | 137 KB |
| hl7-pet-1.2.5-tests-sources.jar | 247 KB |
| hl7-pet-1.2.5-sources.jar | 40 KB |
| hl7-pet-1.2.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mscaldas2012/hl7-pet/
implementation 'io.github.mscaldas2012:hl7-pet:1.2.5'
// https://jarcasting.com/artifacts/io.github.mscaldas2012/hl7-pet/
implementation ("io.github.mscaldas2012:hl7-pet:1.2.5")
'io.github.mscaldas2012:hl7-pet:jar:1.2.5'
<dependency org="io.github.mscaldas2012" name="hl7-pet" rev="1.2.5">
<artifact name="hl7-pet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mscaldas2012', module='hl7-pet', version='1.2.5')
)
libraryDependencies += "io.github.mscaldas2012" % "hl7-pet" % "1.2.5"
[io.github.mscaldas2012/hl7-pet "1.2.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.13.4 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
| com.fasterxml.jackson.module : jackson-module-scala_2.13 | jar | 2.10.1 |
| com.fasterxml.jackson.module : jackson-modules-base | pom | 2.10.1 |
| com.google.code.gson : gson | jar | 2.8.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.13 | jar | 3.0.8 |