Gearbox
A library of clients and frameworks for building them, including REST and command line.
| License |
License |
|---|---|
| GroupId | GroupIdcom.g2forge.gearbox |
| ArtifactId | ArtifactIdgb-rest |
| Last Version | Last Version0.0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGearbox ReST
A thin wrapper around retrofit.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gb-rest-0.0.9.pom | |
| gb-rest-0.0.9.jar | 3 KB |
| gb-rest-0.0.9-sources.jar | 2 KB |
| gb-rest-0.0.9-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-rest/ -->
<dependency>
<groupId>com.g2forge.gearbox</groupId>
<artifactId>gb-rest</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-rest/
implementation 'com.g2forge.gearbox:gb-rest:0.0.9'
// https://jarcasting.com/artifacts/com.g2forge.gearbox/gb-rest/
implementation ("com.g2forge.gearbox:gb-rest:0.0.9")
'com.g2forge.gearbox:gb-rest:jar:0.0.9'
<dependency org="com.g2forge.gearbox" name="gb-rest" rev="0.0.9">
<artifact name="gb-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.g2forge.gearbox', module='gb-rest', version='0.0.9')
)
libraryDependencies += "com.g2forge.gearbox" % "gb-rest" % "0.0.9"
[com.g2forge.gearbox/gb-rest "0.0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.retrofit2 : retrofit | jar | 2.9.0 |
| com.squareup.retrofit2 : converter-jackson | jar | 2.9.0 |
| com.squareup.okhttp3 : okhttp | jar | 4.9.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
| com.g2forge.alexandria : ax-java | jar | 0.0.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.g2forge.alexandria : ax-test | jar | 0.0.17 |
| junit : junit | jar | 4.13.1 |
A library of clients and frameworks for building them, including REST and command line.