License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.softgorilla |
ArtifactId | ArtifactIdrestheartclient |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSoftGorilla Application
a simple and lightweight Java library that takes care of all HTTP connection code with RESTHeart for MongoDB.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
restheartclient-1.0.0.pom | |
restheartclient-1.0.0.jar | 14 KB |
restheartclient-1.0.0-sources.jar | 8 KB |
restheartclient-1.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.softgorilla/restheartclient/ -->
<dependency>
<groupId>org.softgorilla</groupId>
<artifactId>restheartclient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.softgorilla/restheartclient/
implementation 'org.softgorilla:restheartclient:1.0.0'
// https://jarcasting.com/artifacts/org.softgorilla/restheartclient/
implementation ("org.softgorilla:restheartclient:1.0.0")
'org.softgorilla:restheartclient:jar:1.0.0'
<dependency org="org.softgorilla" name="restheartclient" rev="1.0.0">
<artifact name="restheartclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.softgorilla', module='restheartclient', version='1.0.0')
)
libraryDependencies += "org.softgorilla" % "restheartclient" % "1.0.0"
[org.softgorilla/restheartclient "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.5 |
org.apache.httpcomponents : httpclient | jar | 4.5.3 |
com.google.code.gson : gson | jar | 2.8.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |