Categories |
CategoriesSpeedment Data Databases |
---|---|
GroupId | GroupIdcom.speedment |
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 |
Filename | Size |
---|---|
restup-1.0.1.pom | |
restup-1.0.1.jar | 16 KB |
restup-1.0.1-sources.jar | 10 KB |
restup-1.0.1-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.speedment/restup/ -->
<dependency>
<groupId>com.speedment</groupId>
<artifactId>restup</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.speedment/restup/
implementation 'com.speedment:restup:1.0.1'
// https://jarcasting.com/artifacts/com.speedment/restup/
implementation ("com.speedment:restup:1.0.1")
'com.speedment:restup:jar:1.0.1'
<dependency org="com.speedment" name="restup" rev="1.0.1">
<artifact name="restup" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.speedment', module='restup', version='1.0.1')
)
libraryDependencies += "com.speedment" % "restup" % "1.0.1"
[com.speedment/restup "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.6.2 |