MVN

io.restx : restx-build-shell

Maven & Gradle

Dec 21, 2017
1 usages

restx-build-shell

<dependency>
    <groupId>io.restx</groupId>
    <artifactId>restx-build-shell</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0
  • Latest Release Candidate: 1.0-rc2

All Versions

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

Version Vulnerabilities Updated
1.0
restx-build-shell-1.0
restx-build-shell-1.0-rc2
restx-build-shell-1.0-rc1
0.34.x
restx-build-shell-0.34.1
0.34
restx-build-shell-0.34
0.33.x
restx-build-shell-0.33.2
restx-build-shell-0.33.1
0.33
restx-build-shell-0.33
0.32
restx-build-shell-0.32
0.31.x
restx-build-shell-0.31.1
0.31
restx-build-shell-0.31
0.30
restx-build-shell-0.30
0.2.x
restx-build-shell-0.2.9.2
restx-build-shell-0.2.9.1
restx-build-shell-0.2.9
restx-build-shell-0.2.8
restx-build-shell-0.2.7
restx-build-shell-0.2.6
restx-build-shell-0.2.5
restx-build-shell-0.2.4

How to add a dependency to Maven

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

<dependency>
    <groupId>io.restx</groupId>
    <artifactId>restx-build-shell</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.restx:restx-build-shell:1.0'

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

implementation("io.restx:restx-build-shell:1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.restx" % "restx-build-shell" % "1.0"

Advertisement