MVN

com.github.damianwajser : spring-rest-commons-options

Maven & Gradle

May 10, 2018
4 stars

spring-rest-commons-options · DESC

<dependency>
    <groupId>com.github.damianwajser</groupId>
    <artifactId>spring-rest-commons-options</artifactId>
    <version>0.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.damianwajser : spring-rest-commons-options to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.9

All Versions

Choose a version of com.github.damianwajser : spring-rest-commons-options to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
spring-rest-commons-options-0.1.9
spring-rest-commons-options-0.1.8
spring-rest-commons-options-0.1.5-
spring-rest-commons-options-0.1.3
spring-rest-commons-options-0.1.0
0.0.x
spring-rest-commons-options-0.0.20
spring-rest-commons-options-0.0.19
spring-rest-commons-options-0.0.18
spring-rest-commons-options-0.0.17
spring-rest-commons-options-0.0.16
spring-rest-commons-options-0.0.15
spring-rest-commons-options-0.0.13
spring-rest-commons-options-0.0.12
spring-rest-commons-options-0.0.11
spring-rest-commons-options-0.0.10
spring-rest-commons-options-0.0.9
spring-rest-commons-options-0.0.8

How to add a dependency to Maven

Add the following com.github.damianwajser : spring-rest-commons-options maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.damianwajser</groupId>
    <artifactId>spring-rest-commons-options</artifactId>
    <version>0.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.damianwajser : spring-rest-commons-options gradle dependency to your build.gradle file:

implementation 'com.github.damianwajser:spring-rest-commons-options:0.1.9'

Gradle Kotlin DSL: Add the following com.github.damianwajser : spring-rest-commons-options gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.damianwajser:spring-rest-commons-options:0.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.damianwajser : spring-rest-commons-options sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.damianwajser" % "spring-rest-commons-options" % "0.1.9"