License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.yerl.web |
ArtifactId | ArtifactIdspring-boot-starter-api |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionSpring Boot Starter Api
Api Configuration for Java Web Project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.yerl.web/spring-boot-starter-api/ -->
<dependency>
<groupId>cn.yerl.web</groupId>
<artifactId>spring-boot-starter-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.yerl.web/spring-boot-starter-api/
implementation 'cn.yerl.web:spring-boot-starter-api:1.0.0'
// https://jarcasting.com/artifacts/cn.yerl.web/spring-boot-starter-api/
implementation ("cn.yerl.web:spring-boot-starter-api:1.0.0")
'cn.yerl.web:spring-boot-starter-api:jar:1.0.0'
<dependency org="cn.yerl.web" name="spring-boot-starter-api" rev="1.0.0">
<artifact name="spring-boot-starter-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.yerl.web', module='spring-boot-starter-api', version='1.0.0')
)
libraryDependencies += "cn.yerl.web" % "spring-boot-starter-api" % "1.0.0"
[cn.yerl.web/spring-boot-starter-api "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
cn.yerl.web : spring-boot-starter-kit | jar | 1.0.0 |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.3.RELEASE |
org.springframework.boot : spring-boot-starter-logging | jar | 1.5.3.RELEASE |
commons-fileupload : commons-fileupload | jar | 1.3.2 |
commons-io : commons-io | jar | 2.5 |