GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdcas-curator |
Version | Version0.12 |
Type | Typewar |
Filename | Size |
---|---|
cas-curator-0.12.pom | |
cas-curator-0.12.war | 64 MB |
cas-curator-0.12-sources.jar | 50 KB |
cas-curator-0.12-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/cas-curator/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-curator</artifactId>
<version>0.12</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-curator/
implementation 'org.apache.oodt:cas-curator:0.12'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-curator/
implementation ("org.apache.oodt:cas-curator:0.12")
'org.apache.oodt:cas-curator:war:0.12'
<dependency org="org.apache.oodt" name="cas-curator" rev="0.12">
<artifact name="cas-curator" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-curator', version='0.12')
)
libraryDependencies += "org.apache.oodt" % "cas-curator" % "0.12"
[org.apache.oodt/cas-curator "0.12"]