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.1.1.jar 下载
spray-util-1.1.1.pom 下载
spray-util-1.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.spray</groupId>
  <artifactId>spray-util</artifactId>
  <version>1.1.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.spray:spray-util:1.1.1'
Gradle Kotlin
implementation("io.spray:spray-util:1.1.1")
Scala SBT
libraryDependencies += "io.spray" % "spray-util" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.spray', module='spray-util', version='1.1.1')
)
Apache Ivy
<dependency org="io.spray" name="spray-util" rev="1.1.1" />
Leiningen
[io.spray/spray-util "1.1.1"]
Apache Buildr
'io.spray:spray-util:jar:1.1.1'