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