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