Spring Boot Plus
- Custom implementation for Spring Boot
- Note: This project is unofficial and experimental.
TOC
spring-boot-autoconfigure
- TODO
License
- This software is released under the Apache License 2.0.
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices JSON Data |
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdspring-boot-starter-json-plus |
Last Version | Last Version2.0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCustom implementation for Spring Boot
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-json-plus/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-starter-json-plus</artifactId>
<version>2.0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-json-plus/
implementation 'com.github.spt-oss:spring-boot-starter-json-plus:2.0.2.0'
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-json-plus/
implementation ("com.github.spt-oss:spring-boot-starter-json-plus:2.0.2.0")
'com.github.spt-oss:spring-boot-starter-json-plus:jar:2.0.2.0'
<dependency org="com.github.spt-oss" name="spring-boot-starter-json-plus" rev="2.0.2.0">
<artifact name="spring-boot-starter-json-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='spring-boot-starter-json-plus', version='2.0.2.0')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-starter-json-plus" % "2.0.2.0"
[com.github.spt-oss/spring-boot-starter-json-plus "2.0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpasyncclient Optional | jar | 4.1.3 |
org.springframework.boot : spring-boot-starter-json | jar | 2.0.2.RELEASE |
org.springframework.retry : spring-retry Optional | jar | 1.2.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.2.RELEASE |