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