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