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