r

rest

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