GroupId | GroupIdorg.openehealth.ipf.commons |
---|---|
ArtifactId | ArtifactIdipf-commons-xml |
Version | Version3.6.4 |
Type | Typejar |
Filename | Size |
---|---|
ipf-commons-xml-3.6.4.pom | |
ipf-commons-xml-3.6.4.jar | 92 KB |
ipf-commons-xml-3.6.4-tests.jar | 35 KB |
ipf-commons-xml-3.6.4-test-sources.jar | 25 KB |
ipf-commons-xml-3.6.4-sources.jar | 86 KB |
ipf-commons-xml-3.6.4-javadoc.jar | 173 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-xml/ -->
<dependency>
<groupId>org.openehealth.ipf.commons</groupId>
<artifactId>ipf-commons-xml</artifactId>
<version>3.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-xml/
implementation 'org.openehealth.ipf.commons:ipf-commons-xml:3.6.4'
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-xml/
implementation ("org.openehealth.ipf.commons:ipf-commons-xml:3.6.4")
'org.openehealth.ipf.commons:ipf-commons-xml:jar:3.6.4'
<dependency org="org.openehealth.ipf.commons" name="ipf-commons-xml" rev="3.6.4">
<artifact name="ipf-commons-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.commons', module='ipf-commons-xml', version='3.6.4')
)
libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-xml" % "3.6.4"
[org.openehealth.ipf.commons/ipf-commons-xml "3.6.4"]