License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.fengwenyi |
ArtifactId | ArtifactIdresult-spring-boot-starter |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
Descriptionresult-spring-boot-starter
REST ful API Result for Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.fengwenyi/result-spring-boot-starter/ -->
<dependency>
<groupId>com.fengwenyi</groupId>
<artifactId>result-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.fengwenyi/result-spring-boot-starter/
implementation 'com.fengwenyi:result-spring-boot-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.fengwenyi/result-spring-boot-starter/
implementation ("com.fengwenyi:result-spring-boot-starter:1.0.0.RELEASE")
'com.fengwenyi:result-spring-boot-starter:jar:1.0.0.RELEASE'
<dependency org="com.fengwenyi" name="result-spring-boot-starter" rev="1.0.0.RELEASE">
<artifact name="result-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fengwenyi', module='result-spring-boot-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "com.fengwenyi" % "result-spring-boot-starter" % "1.0.0.RELEASE"
[com.fengwenyi/result-spring-boot-starter "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.6.RELEASE |
com.fengwenyi : api-result | jar | 2.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.2.6.RELEASE |
org.springframework : spring-web | jar | 5.2.5.RELEASE |
org.springframework : spring-webmvc | jar | 5.2.5.RELEASE |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |