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