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