MVN

com.tomtom.speedtools : rest

Maven & Gradle

Apr 12, 2023
8 stars

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

<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>rest</artifactId>
    <version>3.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.4.4

All Versions

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

Version Vulnerabilities Updated
3.4.x
rest-3.4.4
rest-3.4.3
rest-3.4.2
3.3.x
rest-3.3.0
3.2.x
rest-3.2.23
rest-3.2.22
rest-3.2.21
rest-3.2.20
rest-3.2.19
rest-3.2.18
rest-3.2.17
rest-3.2.16
rest-3.2.14
rest-3.2.13
rest-3.2.12
rest-3.2.11
rest-3.2.10
rest-3.2.9
rest-3.2.8
rest-3.2.7
rest-3.2.6
rest-3.2.5
rest-3.2.4
rest-3.2.3
rest-3.2.2
rest-3.2.1
rest-3.2.0
3.1.x
rest-3.1.1
rest-3.1.0
3.0.x
rest-3.0.26
rest-3.0.25
rest-3.0.24
rest-3.0.23
rest-3.0.21
rest-3.0.20
rest-3.0.19
rest-3.0.18
rest-3.0.17
rest-3.0.16
rest-3.0.15
rest-3.0.14
rest-3.0.13
rest-3.0.12
rest-3.0.11
rest-3.0.10
rest-3.0.9
rest-3.0.8
rest-3.0.7
rest-3.0.6
rest-3.0.5
rest-3.0.4
rest-3.0.3
rest-3.0.2
rest-3.0.1
rest-3.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tomtom.speedtools</groupId>
    <artifactId>rest</artifactId>
    <version>3.4.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tomtom.speedtools:rest:3.4.4'

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

implementation("com.tomtom.speedtools:rest:3.4.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tomtom.speedtools" % "rest" % "3.4.4"

Advertisement