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