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