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