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