RESTiny

A tiny Java REST Client

License

License

Categories

Categories

Java Languages
GroupId

GroupId

me.shib.java.lib
ArtifactId

ArtifactId

restiny
Last Version

Last Version

0.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

RESTiny
A tiny Java REST Client
Project URL

Project URL

https://github.com/shibme/restiny
Source Code Management

Source Code Management

https://github.com/shibme/restiny

Download restiny

How to add to project

<!-- https://jarcasting.com/artifacts/me.shib.java.lib/restiny/ -->
<dependency>
    <groupId>me.shib.java.lib</groupId>
    <artifactId>restiny</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/me.shib.java.lib/restiny/
implementation 'me.shib.java.lib:restiny:0.1.5'
// https://jarcasting.com/artifacts/me.shib.java.lib/restiny/
implementation ("me.shib.java.lib:restiny:0.1.5")
'me.shib.java.lib:restiny:jar:0.1.5'
<dependency org="me.shib.java.lib" name="restiny" rev="0.1.5">
  <artifact name="restiny" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.shib.java.lib', module='restiny', version='0.1.5')
)
libraryDependencies += "me.shib.java.lib" % "restiny" % "0.1.5"
[me.shib.java.lib/restiny "0.1.5"]

Dependencies

compile (1)

Group / Artifact Type Version
me.shib.java.lib : jsonutils jar 0.0.1

Project Modules

There are no modules declared in this project.

RESTiny

Build Status Dependency Status Download Percentage of issues still open

A tiny Java REST Client

Maven Dependency

Add to your pom.xml

<dependency>
	<groupId>me.shib.java.lib</groupId>
	<artifactId>restiny</artifactId>
	<version>0.1.5</version>
</dependency>

Versions

Version
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0