Download restolino-0.1.6.jar file - Jar r

Jar examples for r:restolino

Description

An unreasonably opinionated Java REST micro-framework with an efficient, reloadable workflow in development.

You can download jar file restolino 0.1.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add restolino-0.1.6.jar to your project.

<dependency>
   <groupId>com.github.davidcarboni</groupId>
   <artifactId>restolino</artifactId>
   <version>0.1.6</version>
</dependency>
compile group: 'com.github.davidcarboni', name: 'restolino', version: '0.1.6'
libraryDependencies += "com.github.davidcarboni" % "restolino" % "0.1.6"
<dependency org="com.github.davidcarboni" name="restolino" rev="0.1.6"/>
@Grapes(@Grab(group='com.github.davidcarboni', module='restolino', version='0.1.6'))
'com.github.davidcarboni:restolino:jar:0.1.6'

Download

Click the following link to download the jar file.

restolino-0.1.6-javadoc.jar
restolino-0.1.6-sources.jar
restolino-0.1.6.jar
restolino-0.1.6.pom



Related Tutorials