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