LilREST

A skeleton REST server which can serve up JSON

License

License

Categories

Categories

Net
GroupId

GroupId

net.aethersanctum.lilrest
ArtifactId

ArtifactId

lilrest-parent
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

pom
Description

Description

LilREST
A skeleton REST server which can serve up JSON
Project URL

Project URL

https://github.com/benhardy/lilrest
Project Organization

Project Organization

aethersanctum.net

Download lilrest-parent

Filename Size
lilrest-parent-0.1.4.pom 10 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-parent/ -->
<dependency>
    <groupId>net.aethersanctum.lilrest</groupId>
    <artifactId>lilrest-parent</artifactId>
    <version>0.1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-parent/
implementation 'net.aethersanctum.lilrest:lilrest-parent:0.1.4'
// https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-parent/
implementation ("net.aethersanctum.lilrest:lilrest-parent:0.1.4")
'net.aethersanctum.lilrest:lilrest-parent:pom:0.1.4'
<dependency org="net.aethersanctum.lilrest" name="lilrest-parent" rev="0.1.4">
  <artifact name="lilrest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.aethersanctum.lilrest', module='lilrest-parent', version='0.1.4')
)
libraryDependencies += "net.aethersanctum.lilrest" % "lilrest-parent" % "0.1.4"
[net.aethersanctum.lilrest/lilrest-parent "0.1.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • config
  • server
  • examples

Versions

Version
0.1.4
0.1.3
0.1.2
0.1.0