Download spring-boot-starter-kit-1.0.0.jar file - Jar s

Jar examples for s:spring-boot-starter-kit

Description

Kit for Java Web Project

You can download jar file spring-boot-starter-kit 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add spring-boot-starter-kit-1.0.0.jar to your project.

<dependency>
   <groupId>cn.yerl.web</groupId>
   <artifactId>spring-boot-starter-kit</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'cn.yerl.web', name: 'spring-boot-starter-kit', version: '1.0.0'
libraryDependencies += "cn.yerl.web" % "spring-boot-starter-kit" % "1.0.0"
<dependency org="cn.yerl.web" name="spring-boot-starter-kit" rev="1.0.0"/>
@Grapes(@Grab(group='cn.yerl.web', module='spring-boot-starter-kit', version='1.0.0'))
'cn.yerl.web:spring-boot-starter-kit:jar:1.0.0'

Download

Click the following link to download the jar file.

spring-boot-starter-kit-1.0.0-javadoc.jar
spring-boot-starter-kit-1.0.0-sources.jar
spring-boot-starter-kit-1.0.0.jar
spring-boot-starter-kit-1.0.0.pom



Related Tutorials