GroupId | GroupIdorg.duracloud |
---|---|
ArtifactId | ArtifactIdauditor |
Version | Version4.3.7 |
Type | Typejar |
Filename | Size |
---|---|
auditor-4.3.7.pom | |
auditor-4.3.7.jar | 19 KB |
auditor-4.3.7-sources.jar | 12 KB |
auditor-4.3.7-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.duracloud/auditor/ -->
<dependency>
<groupId>org.duracloud</groupId>
<artifactId>auditor</artifactId>
<version>4.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.duracloud/auditor/
implementation 'org.duracloud:auditor:4.3.7'
// https://jarcasting.com/artifacts/org.duracloud/auditor/
implementation ("org.duracloud:auditor:4.3.7")
'org.duracloud:auditor:jar:4.3.7'
<dependency org="org.duracloud" name="auditor" rev="4.3.7">
<artifact name="auditor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.duracloud', module='auditor', version='4.3.7')
)
libraryDependencies += "org.duracloud" % "auditor" % "4.3.7"
[org.duracloud/auditor "4.3.7"]