Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdorg.openehealth.ipf.modules |
ArtifactId | ArtifactIdipf-modules-hl7-kotlin |
Version | Version3.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openehealth.ipf.modules/ipf-modules-hl7-kotlin/ -->
<dependency>
<groupId>org.openehealth.ipf.modules</groupId>
<artifactId>ipf-modules-hl7-kotlin</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openehealth.ipf.modules/ipf-modules-hl7-kotlin/
implementation 'org.openehealth.ipf.modules:ipf-modules-hl7-kotlin:3.5.0'
// https://jarcasting.com/artifacts/org.openehealth.ipf.modules/ipf-modules-hl7-kotlin/
implementation ("org.openehealth.ipf.modules:ipf-modules-hl7-kotlin:3.5.0")
'org.openehealth.ipf.modules:ipf-modules-hl7-kotlin:jar:3.5.0'
<dependency org="org.openehealth.ipf.modules" name="ipf-modules-hl7-kotlin" rev="3.5.0">
<artifact name="ipf-modules-hl7-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.modules', module='ipf-modules-hl7-kotlin', version='3.5.0')
)
libraryDependencies += "org.openehealth.ipf.modules" % "ipf-modules-hl7-kotlin" % "3.5.0"
[org.openehealth.ipf.modules/ipf-modules-hl7-kotlin "3.5.0"]