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