License |
License |
---|---|
GroupId | GroupIdcom.github.davidcarboni |
ArtifactId | ArtifactIdrestolino |
Version | Version0.1.16 |
Type | Typejar |
Description |
DescriptionRestolino
An unreasonably opinionated Java REST micro-framework with an efficient, reloadable workflow in development.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
restolino-0.1.16.pom | |
restolino-0.1.16.jar | 61 KB |
restolino-0.1.16-sources.jar | 47 KB |
restolino-0.1.16-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidcarboni/restolino/ -->
<dependency>
<groupId>com.github.davidcarboni</groupId>
<artifactId>restolino</artifactId>
<version>0.1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidcarboni/restolino/
implementation 'com.github.davidcarboni:restolino:0.1.16'
// https://jarcasting.com/artifacts/com.github.davidcarboni/restolino/
implementation ("com.github.davidcarboni:restolino:0.1.16")
'com.github.davidcarboni:restolino:jar:0.1.16'
<dependency org="com.github.davidcarboni" name="restolino" rev="0.1.16">
<artifact name="restolino" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidcarboni', module='restolino', version='0.1.16')
)
libraryDependencies += "com.github.davidcarboni" % "restolino" % "0.1.16"
[com.github.davidcarboni/restolino "0.1.16"]
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.1 |
org.eclipse.jetty : jetty-server | jar | 9.4.9.v20180320 |
org.eclipse.jetty : jetty-security | jar | 9.4.9.v20180320 |
org.apache.commons : commons-lang3 | jar | 3.7 |
commons-io : commons-io | jar | 2.6 |
com.google.code.gson : gson | jar | 2.8.2 |
org.reflections : reflections | jar | 0.9.11 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |