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