| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcc.spray |
| ArtifactId | ArtifactIdspray-client |
| Last Version | Last Version0.8.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspray-client
a suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationcc.spray |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spray-client-0.8.0.pom | |
| spray-client-0.8.0.jar | 103 KB |
| spray-client-0.8.0-sources.jar | 7 KB |
| spray-client-0.8.0-javadoc.jar | 323 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cc.spray/spray-client/ -->
<dependency>
<groupId>cc.spray</groupId>
<artifactId>spray-client</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/cc.spray/spray-client/
implementation 'cc.spray:spray-client:0.8.0'
// https://jarcasting.com/artifacts/cc.spray/spray-client/
implementation ("cc.spray:spray-client:0.8.0")
'cc.spray:spray-client:jar:0.8.0'
<dependency org="cc.spray" name="spray-client" rev="0.8.0">
<artifact name="spray-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.spray', module='spray-client', version='0.8.0')
)
libraryDependencies += "cc.spray" % "spray-client" % "0.8.0"
[cc.spray/spray-client "0.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| cc.spray : spray-base | jar | 0.8.0 |
| org.scala-lang : scala-library | jar | 2.9.1 |
| se.scalablesolutions.akka » akka-actor | jar | 1.2 |
| cc.spray.can : spray-can | jar | 0.9.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.specs2 : specs2_2.9.1 | jar | 1.6.1 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| ch.qos.logback : logback-classic | jar | 0.9.29 |