MVN

org.apache.oodt : pcs-services

Maven & Gradle

Sep 26, 2021

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

<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>pcs-services</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.oodt : pcs-services to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.1

All Versions

Choose a version of org.apache.oodt : pcs-services to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
pcs-services-1.9.1
1.9
pcs-services-1.9
1.2.x
pcs-services-1.2.5
pcs-services-1.2.4
pcs-services-1.2.3
pcs-services-1.2.2
pcs-services-1.2.1
1.2
pcs-services-1.2
1.1
pcs-services-1.1
1.0
pcs-services-1.0
0.12
pcs-services-0.12
0.11
pcs-services-0.11
0.10
pcs-services-0.10
0.9
pcs-services-0.9
0.8.x
pcs-services-0.8.1
0.8
pcs-services-0.8
0.7
pcs-services-0.7
0.6
pcs-services-0.6
0.5
pcs-services-0.5
0.4
pcs-services-0.4
0.3
pcs-services-0.3

How to add a dependency to Maven

Add the following org.apache.oodt : pcs-services maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>pcs-services</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.oodt : pcs-services gradle dependency to your build.gradle file:

implementation 'org.apache.oodt:pcs-services:1.9.1'

Gradle Kotlin DSL: Add the following org.apache.oodt : pcs-services gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.oodt:pcs-services:1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.oodt : pcs-services sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.oodt" % "pcs-services" % "1.9.1"

Advertisement