GroupId | GroupIdorg.openehealth.ipf.commons |
---|---|
ArtifactId | ArtifactIdipf-commons-ihe-ws |
Version | Version3.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-ihe-ws/ -->
<dependency>
<groupId>org.openehealth.ipf.commons</groupId>
<artifactId>ipf-commons-ihe-ws</artifactId>
<version>3.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-ihe-ws/
implementation 'org.openehealth.ipf.commons:ipf-commons-ihe-ws:3.4.3'
// https://jarcasting.com/artifacts/org.openehealth.ipf.commons/ipf-commons-ihe-ws/
implementation ("org.openehealth.ipf.commons:ipf-commons-ihe-ws:3.4.3")
'org.openehealth.ipf.commons:ipf-commons-ihe-ws:jar:3.4.3'
<dependency org="org.openehealth.ipf.commons" name="ipf-commons-ihe-ws" rev="3.4.3">
<artifact name="ipf-commons-ihe-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openehealth.ipf.commons', module='ipf-commons-ihe-ws', version='3.4.3')
)
libraryDependencies += "org.openehealth.ipf.commons" % "ipf-commons-ihe-ws" % "3.4.3"
[org.openehealth.ipf.commons/ipf-commons-ihe-ws "3.4.3"]