License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.fengwenyi |
ArtifactId | ArtifactIdapi-spring-boot-starter |
Version | Version1.2.0 |
Type | Typejar |
Description |
Descriptionapi-spring-boot-starter
Spring Boot API Starter Project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.fengwenyi/api-spring-boot-starter/ -->
<dependency>
<groupId>com.fengwenyi</groupId>
<artifactId>api-spring-boot-starter</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fengwenyi/api-spring-boot-starter/
implementation 'com.fengwenyi:api-spring-boot-starter:1.2.0'
// https://jarcasting.com/artifacts/com.fengwenyi/api-spring-boot-starter/
implementation ("com.fengwenyi:api-spring-boot-starter:1.2.0")
'com.fengwenyi:api-spring-boot-starter:jar:1.2.0'
<dependency org="com.fengwenyi" name="api-spring-boot-starter" rev="1.2.0">
<artifact name="api-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fengwenyi', module='api-spring-boot-starter', version='1.2.0')
)
libraryDependencies += "com.fengwenyi" % "api-spring-boot-starter" % "1.2.0"
[com.fengwenyi/api-spring-boot-starter "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.6.6 |
org.springframework.boot : spring-boot-starter-validation | jar | 2.6.6 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.6 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.6 |
com.fengwenyi : JavaLib | jar | 2.1.5 |
com.fengwenyi : api-result | jar | 2.6.0 |
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.6 |