GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdcas-curator |
Version | Version1.0 |
Type | Typewar |
Filename | Size |
---|---|
cas-curator-1.0.pom | |
cas-curator-1.0.war | 64 MB |
cas-curator-1.0-sources.jar | 50 KB |
cas-curator-1.0-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>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-curator/
implementation 'org.apache.oodt:cas-curator:1.0'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-curator/
implementation ("org.apache.oodt:cas-curator:1.0")
'org.apache.oodt:cas-curator:war:1.0'
<dependency org="org.apache.oodt" name="cas-curator" rev="1.0">
<artifact name="cas-curator" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-curator', version='1.0')
)
libraryDependencies += "org.apache.oodt" % "cas-curator" % "1.0"
[org.apache.oodt/cas-curator "1.0"]