| License |
License |
|---|---|
| Categories |
CategoriesNet config Application Layer Libs Configuration |
| GroupId | GroupIdnet.aethersanctum.lilrest |
| ArtifactId | ArtifactIdlilrest-config |
| 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 |
<!-- https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-config/ -->
<dependency>
<groupId>net.aethersanctum.lilrest</groupId>
<artifactId>lilrest-config</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-config/
implementation 'net.aethersanctum.lilrest:lilrest-config:0.1.4'
// https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-config/
implementation ("net.aethersanctum.lilrest:lilrest-config:0.1.4")
'net.aethersanctum.lilrest:lilrest-config:jar:0.1.4'
<dependency org="net.aethersanctum.lilrest" name="lilrest-config" rev="0.1.4">
<artifact name="lilrest-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.aethersanctum.lilrest', module='lilrest-config', version='0.1.4')
)
libraryDependencies += "net.aethersanctum.lilrest" % "lilrest-config" % "0.1.4"
[net.aethersanctum.lilrest/lilrest-config "0.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 4.1.0 |
| org.skife.config : config-magic | jar | 0.17 |
| javax.inject : javax.inject | jar | 1 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |