License |
License |
---|---|
GroupId | GroupIdcom.kirgor.enklib |
ArtifactId | ArtifactIdrest |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEnklib REST
Library for RESTful clients.
|
Filename | Size |
---|---|
rest-0.1.2.pom | |
rest-0.1.2.jar | 10 KB |
rest-0.1.2-sources.jar | 6 KB |
rest-0.1.2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kirgor.enklib/rest/ -->
<dependency>
<groupId>com.kirgor.enklib</groupId>
<artifactId>rest</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.kirgor.enklib/rest/
implementation 'com.kirgor.enklib:rest:0.1.2'
// https://jarcasting.com/artifacts/com.kirgor.enklib/rest/
implementation ("com.kirgor.enklib:rest:0.1.2")
'com.kirgor.enklib:rest:jar:0.1.2'
<dependency org="com.kirgor.enklib" name="rest" rev="0.1.2">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kirgor.enklib', module='rest', version='0.1.2')
)
libraryDependencies += "com.kirgor.enklib" % "rest" % "0.1.2"
[com.kirgor.enklib/rest "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.3.1 |
com.google.code.gson : gson | jar | 2.2.4 |