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