MVN

io.restx : restx-samplest-java8

Maven & Gradle

May 05, 2018

restx-samplest-java8

<dependency>
    <groupId>io.restx</groupId>
    <artifactId>restx-samplest-java8</artifactId>
    <version>0.35.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.restx : restx-samplest-java8 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.35.1
  • Latest Release Candidate: 0.35-rc5

All Versions

Choose a version of io.restx : restx-samplest-java8 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.35.x
restx-samplest-java8-0.35.1
0.35
restx-samplest-java8-0.35
restx-samplest-java8-0.35-rc5
restx-samplest-java8-0.35-rc4
restx-samplest-java8-0.35-rc3
restx-samplest-java8-0.35-rc2
restx-samplest-java8-0.35-rc1
0.34.x
restx-samplest-java8-0.34.1
0.34
restx-samplest-java8-0.34
0.33.x
restx-samplest-java8-0.33.2
restx-samplest-java8-0.33.1
0.33
restx-samplest-java8-0.33

How to add a dependency to Maven

Add the following io.restx : restx-samplest-java8 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.restx</groupId>
    <artifactId>restx-samplest-java8</artifactId>
    <version>0.35.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.restx : restx-samplest-java8 gradle dependency to your build.gradle file:

implementation 'io.restx:restx-samplest-java8:0.35.1'

Gradle Kotlin DSL: Add the following io.restx : restx-samplest-java8 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.restx:restx-samplest-java8:0.35.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.restx : restx-samplest-java8 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.restx" % "restx-samplest-java8" % "0.35.1"

Advertisement