MVN

co.privacyone.keychain : restmodel

Maven & Gradle

Apr 17, 2020
1 usages

restmodel · Keychain Restful Model code

<dependency>
    <groupId>co.privacyone.keychain</groupId>
    <artifactId>restmodel</artifactId>
    <version>1.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.5

All Versions

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

Version Vulnerabilities Updated
1.5.x
restmodel-1.5.5
restmodel-1.5.3
restmodel-1.5.2

How to add a dependency to Maven

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

<dependency>
    <groupId>co.privacyone.keychain</groupId>
    <artifactId>restmodel</artifactId>
    <version>1.5.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.privacyone.keychain:restmodel:1.5.5'

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

implementation("co.privacyone.keychain:restmodel:1.5.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.privacyone.keychain" % "restmodel" % "1.5.5"

Advertisement