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