r

rest

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