GroupId | GroupIdorg.fluentcodes.ihe |
---|---|
ArtifactId | ArtifactIdgen-hl7 |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
gen-hl7-0.2.1.pom | |
gen-hl7-0.2.1.jar | 2 MB |
gen-hl7-0.2.1-sources.jar | 2 MB |
gen-hl7-0.2.1-javadoc.jar | 16 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fluentcodes.ihe/gen-hl7/ -->
<dependency>
<groupId>org.fluentcodes.ihe</groupId>
<artifactId>gen-hl7</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fluentcodes.ihe/gen-hl7/
implementation 'org.fluentcodes.ihe:gen-hl7:0.2.1'
// https://jarcasting.com/artifacts/org.fluentcodes.ihe/gen-hl7/
implementation ("org.fluentcodes.ihe:gen-hl7:0.2.1")
'org.fluentcodes.ihe:gen-hl7:jar:0.2.1'
<dependency org="org.fluentcodes.ihe" name="gen-hl7" rev="0.2.1">
<artifact name="gen-hl7" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fluentcodes.ihe', module='gen-hl7', version='0.2.1')
)
libraryDependencies += "org.fluentcodes.ihe" % "gen-hl7" % "0.2.1"
[org.fluentcodes.ihe/gen-hl7 "0.2.1"]