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