GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdcas-resource |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
cas-resource-0.2.pom | |
cas-resource-0.2.jar | 100 KB |
cas-resource-0.2-sources.jar | 99 KB |
cas-resource-0.2-javadoc.jar | 440 KB |
cas-resource-0.2-dist.zip | 8 MB |
cas-resource-0.2-dist.tar.gz | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/cas-resource/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-resource</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-resource/
implementation 'org.apache.oodt:cas-resource:0.2'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-resource/
implementation ("org.apache.oodt:cas-resource:0.2")
'org.apache.oodt:cas-resource:jar:0.2'
<dependency org="org.apache.oodt" name="cas-resource" rev="0.2">
<artifact name="cas-resource" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-resource', version='0.2')
)
libraryDependencies += "org.apache.oodt" % "cas-resource" % "0.2"
[org.apache.oodt/cas-resource "0.2"]