RestLoli

Try to provide support for JAX-RS 1.1 Reference Implementation.

License

License

GroupId

GroupId

io.loli
ArtifactId

ArtifactId

restloli
Last Version

Last Version

0.0.2-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

RestLoli
Try to provide support for JAX-RS 1.1 Reference Implementation.
Project URL

Project URL

https://github.com/chocotan/RestLoli

Download restloli

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
javax.ws.rs : jsr311-api jar 1.1-ea

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2-RELEASE
0.0.1-RELEASE