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