MVN

io.github.hashiprobr : sdx-rest

Maven & Gradle

Jul 18, 2023
1 stars

io.github.hashiprobr:sdx-rest · Simple embedded REST framework based on Jetty.

<dependency>
    <groupId>io.github.hashiprobr</groupId>
    <artifactId>sdx-rest</artifactId>
    <version>0.9.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.hashiprobr : sdx-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.9

All Versions

Choose a version of io.github.hashiprobr : sdx-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
sdx-rest-0.9.9
sdx-rest-0.9.8
sdx-rest-0.9.7
sdx-rest-0.9.6
sdx-rest-0.9.5
sdx-rest-0.9.4
sdx-rest-0.9.3
sdx-rest-0.9.2
sdx-rest-0.9.1
sdx-rest-0.9.0
0.8.x
sdx-rest-0.8.1
0.7.x
sdx-rest-0.7.1
sdx-rest-0.7.0
0.6.x
sdx-rest-0.6.2
sdx-rest-0.6.1
sdx-rest-0.6.0
0.5.x
sdx-rest-0.5.1
sdx-rest-0.5.0
0.4.x
sdx-rest-0.4.1
sdx-rest-0.4.0
0.3.x
sdx-rest-0.3.3
sdx-rest-0.3.2
sdx-rest-0.3.1
sdx-rest-0.3.0
0.2.x
sdx-rest-0.2.0
0.0.x
sdx-rest-0.0.2
sdx-rest-0.0.1

How to add a dependency to Maven

Add the following io.github.hashiprobr : sdx-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.hashiprobr</groupId>
    <artifactId>sdx-rest</artifactId>
    <version>0.9.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.hashiprobr : sdx-rest gradle dependency to your build.gradle file:

implementation 'io.github.hashiprobr:sdx-rest:0.9.9'

Gradle Kotlin DSL: Add the following io.github.hashiprobr : sdx-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.hashiprobr:sdx-rest:0.9.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.hashiprobr : sdx-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.hashiprobr" % "sdx-rest" % "0.9.9"