License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.aethersanctum.lilrest |
ArtifactId | ArtifactIdlilrest-examples |
Last Version | Last Version0.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA skeleton REST server which can serve up JSON
|
Project Organization |
Project Organizationaethersanctum.net |
Filename | Size |
---|---|
lilrest-examples-0.1.4.pom | |
lilrest-examples-0.1.4.jar | 8 KB |
lilrest-examples-0.1.4-sources.jar | 7 KB |
lilrest-examples-0.1.4-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-examples/ -->
<dependency>
<groupId>net.aethersanctum.lilrest</groupId>
<artifactId>lilrest-examples</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-examples/
implementation 'net.aethersanctum.lilrest:lilrest-examples:0.1.4'
// https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-examples/
implementation ("net.aethersanctum.lilrest:lilrest-examples:0.1.4")
'net.aethersanctum.lilrest:lilrest-examples:jar:0.1.4'
<dependency org="net.aethersanctum.lilrest" name="lilrest-examples" rev="0.1.4">
<artifact name="lilrest-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.aethersanctum.lilrest', module='lilrest-examples', version='0.1.4')
)
libraryDependencies += "net.aethersanctum.lilrest" % "lilrest-examples" % "0.1.4"
[net.aethersanctum.lilrest/lilrest-examples "0.1.4"]
Group / Artifact | Type | Version |
---|---|---|
net.aethersanctum.lilrest : lilrest-server | jar | 0.1.4 |
com.google.inject.extensions : guice-servlet | jar | 4.1.0 |
com.google.inject : guice | jar | 4.1.0 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.0 |
javax.ws.rs : javax.ws.rs-api | jar | 2.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.commons : commons-lang3 | jar | 3.4 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.7 |
ch.qos.logback : logback-core | jar | 1.1.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |