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