resty
A framework that allows for making rest calls via proxied interfaces
Maven Repository: https://mvnrepository.com/artifact/com.gregmarut.resty
| License |
License |
|---|---|
| GroupId | GroupIdcom.gregmarut.resty |
| ArtifactId | ArtifactIdresty-core |
| Last Version | Last Version1.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionProxy based REST client
|
| Filename | Size |
|---|---|
| resty-core-1.5.0.pom | |
| resty-core-1.5.0.jar | 45 KB |
| resty-core-1.5.0-sources.jar | 37 KB |
| resty-core-1.5.0-javadoc.jar | 305 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gregmarut.resty/resty-core/ -->
<dependency>
<groupId>com.gregmarut.resty</groupId>
<artifactId>resty-core</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty-core/
implementation 'com.gregmarut.resty:resty-core:1.5.0'
// https://jarcasting.com/artifacts/com.gregmarut.resty/resty-core/
implementation ("com.gregmarut.resty:resty-core:1.5.0")
'com.gregmarut.resty:resty-core:jar:1.5.0'
<dependency org="com.gregmarut.resty" name="resty-core" rev="1.5.0">
<artifact name="resty-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.resty', module='resty-core', version='1.5.0')
)
libraryDependencies += "com.gregmarut.resty" % "resty-core" % "1.5.0"
[com.gregmarut.resty/resty-core "1.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.6 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| commons-io : commons-io | jar | 2.6 |
| commons-codec : commons-codec | jar | 1.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.8.4 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
A framework that allows for making rest calls via proxied interfaces
Maven Repository: https://mvnrepository.com/artifact/com.gregmarut.resty