MVN

ua.net.tokar : rainbow-rest

Maven & Gradle

Jul 08, 2016
9 stars

Rainbow REST · The set of utils to provide number of extensions to existing rest-api modules according to jsonapi.org recomendations and best practices

<dependency>
    <groupId>ua.net.tokar</groupId>
    <artifactId>rainbow-rest</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ua.net.tokar : rainbow-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6

All Versions

Choose a version of ua.net.tokar : rainbow-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
rainbow-rest-2.1.6
rainbow-rest-2.1.5
rainbow-rest-2.1.4
rainbow-rest-2.1.3
rainbow-rest-2.1.2
rainbow-rest-2.1.1
2.1
rainbow-rest-2.1

How to add a dependency to Maven

Add the following ua.net.tokar : rainbow-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ua.net.tokar</groupId>
    <artifactId>rainbow-rest</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ua.net.tokar : rainbow-rest gradle dependency to your build.gradle file:

implementation 'ua.net.tokar:rainbow-rest:2.1.6'

Gradle Kotlin DSL: Add the following ua.net.tokar : rainbow-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("ua.net.tokar:rainbow-rest:2.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following ua.net.tokar : rainbow-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "ua.net.tokar" % "rainbow-rest" % "2.1.6"

Advertisement