Download spring-rest-boot-0.0.9.jar file - Jar s

Jar examples for s:spring-rest-boot

Description

convenient spring rest server on spring boot

You can download jar file spring-rest-boot 0.0.9 in this page.

License

Lesser General Public License

Build File

You can use the following script to add spring-rest-boot-0.0.9.jar to your project.

<dependency>
   <groupId>com.github.bingoohuang</groupId>
   <artifactId>spring-rest-boot</artifactId>
   <version>0.0.9</version>
</dependency>
compile group: 'com.github.bingoohuang', name: 'spring-rest-boot', version: '0.0.9'
libraryDependencies += "com.github.bingoohuang" % "spring-rest-boot" % "0.0.9"
<dependency org="com.github.bingoohuang" name="spring-rest-boot" rev="0.0.9"/>
@Grapes(@Grab(group='com.github.bingoohuang', module='spring-rest-boot', version='0.0.9'))
'com.github.bingoohuang:spring-rest-boot:jar:0.0.9'

Download

Click the following link to download the jar file.

spring-rest-boot-0.0.9-javadoc.jar
spring-rest-boot-0.0.9-sources.jar
spring-rest-boot-0.0.9.jar
spring-rest-boot-0.0.9.pom



Related Tutorials