GroupId | GroupIdorg.openehealth.ipf.commons |
---|---|
ArtifactId | ArtifactIdipf-commons-xml |
Version | Version3.3.0 |
Type | Typejar |
Filename | Size |
---|---|
ipf-commons-xml-3.3.0.pom | |
ipf-commons-xml-3.3.0.jar | 92 KB |
ipf-commons-xml-3.3.0-tests.jar | 36 KB |
ipf-commons-xml-3.3.0-test-sources.jar | 26 KB |
ipf-commons-xml-3.3.0-sources.jar | 85 KB |
ipf-commons-xml-3.3.0-javadoc.jar | 174 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-xml/
implementation 'org.openehealth.ipf.commons:ipf-commons-xml:3.3.0'
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-xml/
implementation ("org.openehealth.ipf.commons:ipf-commons-xml:3.3.0")
'org.openehealth.ipf.commons:ipf-commons-xml:jar:3.3.0'
<dependency org="org.openehealth.ipf.commons" name="ipf-commons-xml" rev="3.3.0">
<artifact name="ipf-commons-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.commons', module='ipf-commons-xml', version='3.3.0')
)
libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-xml" % "3.3.0"
[org.openehealth.ipf.commons/ipf-commons-xml "3.3.0"]