is not current version
Last Version 1.9.1

org.apache.oodt:pcs-services 1.2.5

A web application for exposing services form the underlying OODT Process Control System via the JAX-RS specification.

GroupId

GroupId

org.apache.oodt
ArtifactId

ArtifactId

pcs-services
Version

Version

1.2.5
Type

Type

war

Download pcs-services 1.2.5


<!-- https://jarcasting.com/artifacts/org.apache.oodt/pcs-services/ -->
<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>pcs-services</artifactId>
    <version>1.2.5</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/pcs-services/
implementation 'org.apache.oodt:pcs-services:1.2.5'
// https://jarcasting.com/artifacts/org.apache.oodt/pcs-services/
implementation ("org.apache.oodt:pcs-services:1.2.5")
'org.apache.oodt:pcs-services:war:1.2.5'
<dependency org="org.apache.oodt" name="pcs-services" rev="1.2.5">
  <artifact name="pcs-services" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='pcs-services', version='1.2.5')
)
libraryDependencies += "org.apache.oodt" % "pcs-services" % "1.2.5"
[org.apache.oodt/pcs-services "1.2.5"]