s

spray-util

A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka
http://spray.io
Apache 2
io.spray
Mathias Doenitz Johannes Rudolph
文件下载
文件名 操作
spray-util-1.2.0.jar 下载
spray-util-1.2.0.pom 下载
spray-util-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.spray</groupId>
  <artifactId>spray-util</artifactId>
  <version>1.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.spray:spray-util:1.2.0'
Gradle Kotlin
implementation("io.spray:spray-util:1.2.0")
Scala SBT
libraryDependencies += "io.spray" % "spray-util" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.spray', module='spray-util', version='1.2.0')
)
Apache Ivy
<dependency org="io.spray" name="spray-util" rev="1.2.0" />
Leiningen
[io.spray/spray-util "1.2.0"]
Apache Buildr
'io.spray:spray-util:jar:1.2.0'