License |
License |
---|---|
Categories |
CategoriesScala Languages CLI User Interface |
GroupId | GroupIdcom.github.simplyscala |
ArtifactId | ArtifactIdhttp-client_2.10 |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptionhttp-client
provides a reactive (async & non-blocking) http client API (based on netty)
|
Project URL |
Project URL |
Project Organization |
Project Organizationcom.github.simplyscala |
Filename | Size |
---|---|
http-client_2.10-0.1.pom | |
http-client_2.10-0.1.jar | 48 KB |
http-client_2.10-0.1-sources.jar | 4 KB |
http-client_2.10-0.1-javadoc.jar | 378 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simplyscala/http-client_2.10/ -->
<dependency>
<groupId>com.github.simplyscala</groupId>
<artifactId>http-client_2.10</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simplyscala/http-client_2.10/
implementation 'com.github.simplyscala:http-client_2.10:0.1'
// https://jarcasting.com/artifacts/com.github.simplyscala/http-client_2.10/
implementation ("com.github.simplyscala:http-client_2.10:0.1")
'com.github.simplyscala:http-client_2.10:jar:0.1'
<dependency org="com.github.simplyscala" name="http-client_2.10" rev="0.1">
<artifact name="http-client_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simplyscala', module='http-client_2.10', version='0.1')
)
libraryDependencies += "com.github.simplyscala" % "http-client_2.10" % "0.1"
[com.github.simplyscala/http-client_2.10 "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.2 |
com.ning : async-http-client | jar | 1.7.19 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.10 | jar | 1.9.1 |
com.github.simplyscala : simplyscala-server_2.10 | jar | 0.5 |