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