| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.evrone |
| ArtifactId | ArtifactIdrestclient |
| Last Version | Last Version0.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrestclient
restclient
|
| Project URL |
Project URL |
| Project Organization |
Project Organizationcom.evrone |
| Filename | Size |
|---|---|
| restclient-0.5.0.pom | |
| restclient-0.5.0.jar | 97 KB |
| restclient-0.5.0-sources.jar | 8 KB |
| restclient-0.5.0-javadoc.jar | 307 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.evrone/restclient/ -->
<dependency>
<groupId>com.evrone</groupId>
<artifactId>restclient</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.evrone/restclient/
implementation 'com.evrone:restclient:0.5.0'
// https://jarcasting.com/artifacts/com.evrone/restclient/
implementation ("com.evrone:restclient:0.5.0")
'com.evrone:restclient:jar:0.5.0'
<dependency org="com.evrone" name="restclient" rev="0.5.0">
<artifact name="restclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.evrone', module='restclient', version='0.5.0')
)
libraryDependencies += "com.evrone" % "restclient" % "0.5.0"
[com.evrone/restclient "0.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.9.2 |
| org.apache.httpcomponents : httpclient | jar | 4.2.1 |
| org.json4s : json4s-jackson_2.9.2 | jar | 3.0.0 |
| com.twitter » util-core | jar | 5.3.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.9.2 | jar | 2.0.M4 |