r

rest

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