is not current version
Last Version 1.9.1

org.apache.oodt:cas-resource 1.2.3

The resource management component of a Catalog and Archive Service. This component provides job management, and management of the underlying software system hardware and resources, such as disk space, computational resources, and shared identity.

GroupId

GroupId

org.apache.oodt
ArtifactId

ArtifactId

cas-resource
Version

Version

1.2.3
Type

Type

jar

Download cas-resource 1.2.3


<!-- https://jarcasting.com/artifacts/org.apache.oodt/cas-resource/ -->
<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>cas-resource</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-resource/
implementation 'org.apache.oodt:cas-resource:1.2.3'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-resource/
implementation ("org.apache.oodt:cas-resource:1.2.3")
'org.apache.oodt:cas-resource:jar:1.2.3'
<dependency org="org.apache.oodt" name="cas-resource" rev="1.2.3">
  <artifact name="cas-resource" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-resource', version='1.2.3')
)
libraryDependencies += "org.apache.oodt" % "cas-resource" % "1.2.3"
[org.apache.oodt/cas-resource "1.2.3"]