| License |
License |
|---|---|
| GroupId | GroupIdio.spray |
| ArtifactId | ArtifactIdspray-testkit |
| Last Version | Last Version1.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspray-testkit
A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| spray-testkit-1.3.1.pom | |
| spray-testkit-1.3.1.jar | 74 KB |
| spray-testkit-1.3.1-sources.jar | 9 KB |
| spray-testkit-1.3.1-javadoc.jar | 460 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.spray/spray-testkit/ -->
<dependency>
<groupId>io.spray</groupId>
<artifactId>spray-testkit</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.spray/spray-testkit/
implementation 'io.spray:spray-testkit:1.3.1'
// https://jarcasting.com/artifacts/io.spray/spray-testkit/
implementation ("io.spray:spray-testkit:1.3.1")
'io.spray:spray-testkit:jar:1.3.1'
<dependency org="io.spray" name="spray-testkit" rev="1.3.1">
<artifact name="spray-testkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.spray', module='spray-testkit', version='1.3.1')
)
libraryDependencies += "io.spray" % "spray-testkit" % "1.3.1"
[io.spray/spray-testkit "1.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.spray : spray-util | jar | 1.3.1 |
| org.scala-lang : scala-library | jar | 2.10.3 |
| com.typesafe.akka : akka-testkit_2.10 | jar | 2.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.spray : spray-http | jar | 1.3.1 |
| io.spray : spray-httpx | jar | 1.3.1 |
| io.spray : spray-io | jar | 1.3.1 |
| io.spray : spray-routing | jar | 1.3.1 |
| com.typesafe.akka : akka-osgi_2.10 | jar | 2.3.0 |
| org.scalatest : scalatest_2.10 | jar | 2.1.0 |
| org.specs2 : specs2_2.10 | jar | 2.3.10 |