GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdcas-resource |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
cas-resource-0.12.pom | |
cas-resource-0.12.jar | 180 KB |
cas-resource-0.12-sources.jar | 170 KB |
cas-resource-0.12-source-release.zip | 23 MB |
cas-resource-0.12-javadoc.jar | 715 KB |
cas-resource-0.12-dist.zip | 11 MB |
cas-resource-0.12-dist.tar.gz | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/cas-resource/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-resource</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-resource/
implementation 'org.apache.oodt:cas-resource:0.12'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-resource/
implementation ("org.apache.oodt:cas-resource:0.12")
'org.apache.oodt:cas-resource:jar:0.12'
<dependency org="org.apache.oodt" name="cas-resource" rev="0.12">
<artifact name="cas-resource" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-resource', version='0.12')
)
libraryDependencies += "org.apache.oodt" % "cas-resource" % "0.12"
[org.apache.oodt/cas-resource "0.12"]