MVN

com.hexagonkt : rest

Maven & Gradle

Aug 26, 2023
550 stars

rest · HTTP server extensions to ease the development of REST APIs.

<dependency>
    <groupId>com.hexagonkt</groupId>
    <artifactId>rest</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hexagonkt : rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of com.hexagonkt : rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
rest-3.0.3
rest-3.0.2
rest-3.0.1
rest-3.0.0
rest-3.0.0-B9
rest-3.0.0-B8
rest-3.0.0-B7
rest-3.0.0-B6
rest-3.0.0-B5
rest-3.0.0-B4
rest-3.0.0-B3
rest-3.0.0-B2
rest-3.0.0-B1
2.1.x
rest-2.1.2
2.0.x
rest-2.0.26
rest-2.0.25
rest-2.0.24
rest-2.0.23
rest-2.0.21
rest-2.0.19
rest-2.0.18
rest-2.0.17
rest-2.0.16
rest-2.0.15
rest-2.0.14

How to add a dependency to Maven

Add the following com.hexagonkt : rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hexagonkt</groupId>
    <artifactId>rest</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hexagonkt : rest gradle dependency to your build.gradle file:

implementation 'com.hexagonkt:rest:3.0.3'

Gradle Kotlin DSL: Add the following com.hexagonkt : rest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hexagonkt:rest:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hexagonkt : rest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hexagonkt" % "rest" % "3.0.3"

Advertisement

Dependencies from Group

Oct 14, 2021
16 usages
550 stars
Aug 26, 2023
10 usages
550 stars
Aug 26, 2023
10 usages
550 stars
Oct 14, 2021
5 usages
550 stars
Aug 26, 2023
5 usages
550 stars

Discover Dependencies