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