is not current version
Last Version 0.6

com.github.arucard21.simplyrestful:simplyrestful 0.3

A framework for creating a RESTful API

GroupId

GroupId

com.github.arucard21.simplyrestful
ArtifactId

ArtifactId

simplyrestful
Version

Version

0.3
Type

Type

jar

Download simplyrestful 0.3


<!-- https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful/ -->
<dependency>
    <groupId>com.github.arucard21.simplyrestful</groupId>
    <artifactId>simplyrestful</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful/
implementation 'com.github.arucard21.simplyrestful:simplyrestful:0.3'
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful/
implementation ("com.github.arucard21.simplyrestful:simplyrestful:0.3")
'com.github.arucard21.simplyrestful:simplyrestful:jar:0.3'
<dependency org="com.github.arucard21.simplyrestful" name="simplyrestful" rev="0.3">
  <artifact name="simplyrestful" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arucard21.simplyrestful', module='simplyrestful', version='0.3')
)
libraryDependencies += "com.github.arucard21.simplyrestful" % "simplyrestful" % "0.3"
[com.github.arucard21.simplyrestful/simplyrestful "0.3"]