| License |
License |
|---|---|
| Categories |
CategoriesSpeedment Data Databases |
| GroupId | GroupIdcom.speedment.fika |
| ArtifactId | ArtifactIdrestup |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFika - RestUp
A simple Java library for invoking methods in a RESTful API.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| restup-1.0.1.pom | |
| restup-1.0.1.jar | 16 KB |
| restup-1.0.1-sources.jar | 11 KB |
| restup-1.0.1-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.speedment.fika/restup/ -->
<dependency>
<groupId>com.speedment.fika</groupId>
<artifactId>restup</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.fika/restup/
implementation 'com.speedment.fika:restup:1.0.1'
// https://jarcasting.com/artifacts/com.speedment.fika/restup/
implementation ("com.speedment.fika:restup:1.0.1")
'com.speedment.fika:restup:jar:1.0.1'
<dependency org="com.speedment.fika" name="restup" rev="1.0.1">
<artifact name="restup" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.speedment.fika', module='restup', version='1.0.1')
)
libraryDependencies += "com.speedment.fika" % "restup" % "1.0.1"
[com.speedment.fika/restup "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.6.2 |