s

spray-io

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