is not current version
Last Version 3.4.3

com.tomtom.speedtools:rest 3.2.11

Consists of utilities to create reliable, scalable RestEasy REST APIs using the Akka framework to process incoming requests.

GroupId

GroupId

com.tomtom.speedtools
ArtifactId

ArtifactId

rest
Version

Version

3.2.11
Type

Type

jar

Download rest 3.2.11


<!-- https://jarcasting.com/artifacts/com.tomtom.speedtools/rest/ -->
<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>rest</artifactId>
    <version>3.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.speedtools/rest/
implementation 'com.tomtom.speedtools:rest:3.2.11'
// https://jarcasting.com/artifacts/com.tomtom.speedtools/rest/
implementation ("com.tomtom.speedtools:rest:3.2.11")
'com.tomtom.speedtools:rest:jar:3.2.11'
<dependency org="com.tomtom.speedtools" name="rest" rev="3.2.11">
  <artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.speedtools', module='rest', version='3.2.11')
)
libraryDependencies += "com.tomtom.speedtools" % "rest" % "3.2.11"
[com.tomtom.speedtools/rest "3.2.11"]