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