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