MVN

co.privacyone.sdk : restapi

Maven & Gradle

Apr 17, 2023
2 usages
<dependency>
    <groupId>co.privacyone.sdk</groupId>
    <artifactId>restapi</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.privacyone.sdk : restapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of co.privacyone.sdk : restapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
restapi-2.2.1
restapi-2.2.0
2.1.x
restapi-2.1.0
2.0.x
restapi-2.0.9
restapi-2.0.8
restapi-2.0.7
restapi-2.0.6
restapi-2.0.5
restapi-2.0.3
restapi-2.0.2
restapi-2.0.1
restapi-2.0.0
1.7.x
restapi-1.7.5
restapi-1.7.4
restapi-1.7.3
restapi-1.7.2
restapi-1.7.1
restapi-1.7.0
1.6.x
restapi-1.6.9
restapi-1.6.8
restapi-1.6.7
restapi-1.6.6
restapi-1.6.5
restapi-1.6.3
restapi-1.6.2
restapi-1.6.1
restapi-1.6.0

How to add a dependency to Maven

Add the following co.privacyone.sdk : restapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.privacyone.sdk</groupId>
    <artifactId>restapi</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.privacyone.sdk : restapi gradle dependency to your build.gradle file:

implementation 'co.privacyone.sdk:restapi:2.2.1'

Gradle Kotlin DSL: Add the following co.privacyone.sdk : restapi gradle kotlin dependency to your build.gradle.kts file:

implementation("co.privacyone.sdk:restapi:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.privacyone.sdk : restapi sbt scala dependency to your build.sbt file:

libraryDependencies += "co.privacyone.sdk" % "restapi" % "2.2.1"