License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.msuno |
ArtifactId | ArtifactIdrestful-api-spring-boot-starter |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionrestful-api-spring-boot-starter
Demo project for Spring Boot
|
<!-- https://jarcasting.com/artifacts/cn.msuno/restful-api-spring-boot-starter/ -->
<dependency>
<groupId>cn.msuno</groupId>
<artifactId>restful-api-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.msuno/restful-api-spring-boot-starter/
implementation 'cn.msuno:restful-api-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/cn.msuno/restful-api-spring-boot-starter/
implementation ("cn.msuno:restful-api-spring-boot-starter:1.1.0")
'cn.msuno:restful-api-spring-boot-starter:jar:1.1.0'
<dependency org="cn.msuno" name="restful-api-spring-boot-starter" rev="1.1.0">
<artifact name="restful-api-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.msuno', module='restful-api-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "cn.msuno" % "restful-api-spring-boot-starter" % "1.1.0"
[cn.msuno/restful-api-spring-boot-starter "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.0.6.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.0.6.RELEASE |
org.springframework.boot : spring-boot-autoconfigure-processor | jar | 2.0.6.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.0.6.RELEASE |
org.springframework.boot : spring-boot-starter-logging | jar | 2.0.6.RELEASE |
com.alibaba : fastjson | jar | 1.2.56 |
com.google.guava : guava | jar | 20.0 |
commons-io : commons-io | jar | 2.6 |