r

rest

Consists of utilities to create reliable, scalable RestEasy REST APIs using the Akka framework to process incoming requests.
Files download
File Operation
rest-3.2.11.jar download
rest-3.2.11.pom download
rest-3.2.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tomtom.speedtools</groupId>
  <artifactId>rest</artifactId>
  <version>3.2.11</version>
</dependency>
Gradle Groovy
implementation 'com.tomtom.speedtools:rest:3.2.11'
Gradle Kotlin
implementation("com.tomtom.speedtools:rest:3.2.11")
Scala SBT
libraryDependencies += "com.tomtom.speedtools" % "rest" % "3.2.11"
Groovy Grape
@Grapes(
  @Grab(group='com.tomtom.speedtools', module='rest', version='3.2.11')
)
Apache Ivy
<dependency org="com.tomtom.speedtools" name="rest" rev="3.2.11" />
Leiningen
[com.tomtom.speedtools/rest "3.2.11"]
Apache Buildr
'com.tomtom.speedtools:rest:jar:3.2.11'