GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdcas-pushpull |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
cas-pushpull-0.8.pom | |
cas-pushpull-0.8.jar | 418 KB |
cas-pushpull-0.8-sources.jar | 394 KB |
cas-pushpull-0.8-source-release.zip | 108 MB |
cas-pushpull-0.8-javadoc.jar | 499 KB |
cas-pushpull-0.8-dist.zip | 53 MB |
cas-pushpull-0.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-pushpull/
implementation 'org.apache.oodt:cas-pushpull:0.8'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-pushpull/
implementation ("org.apache.oodt:cas-pushpull:0.8")
'org.apache.oodt:cas-pushpull:jar:0.8'
<dependency org="org.apache.oodt" name="cas-pushpull" rev="0.8">
<artifact name="cas-pushpull" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-pushpull', version='0.8')
)
libraryDependencies += "org.apache.oodt" % "cas-pushpull" % "0.8"
[org.apache.oodt/cas-pushpull "0.8"]