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