Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.oodt |
ArtifactId | ArtifactIdcas-cli |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
cas-cli-1.2.3.pom | |
cas-cli-1.2.3.jar | 81 KB |
cas-cli-1.2.3-sources.jar | 75 KB |
cas-cli-1.2.3-source-release.zip | 13 MB |
cas-cli-1.2.3-dist.zip | 6 MB |
cas-cli-1.2.3-dist.tar.gz | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/cas-cli/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-cli</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-cli/
implementation 'org.apache.oodt:cas-cli:1.2.3'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-cli/
implementation ("org.apache.oodt:cas-cli:1.2.3")
'org.apache.oodt:cas-cli:jar:1.2.3'
<dependency org="org.apache.oodt" name="cas-cli" rev="1.2.3">
<artifact name="cas-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-cli', version='1.2.3')
)
libraryDependencies += "org.apache.oodt" % "cas-cli" % "1.2.3"
[org.apache.oodt/cas-cli "1.2.3"]