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