| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы JSON Данные |
| Группа | Группаcom.github.spt-oss |
| Идентификатор | Идентификаторspring-boot-starter-json-plus |
| Версия | Версия2.0.2.0 |
| Тип | Типjar |
| Описание |
ОписаниеCustom implementation for Spring Boot
|
| Организация-разработчик |
Организация-разработчик |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpasyncclient Необязательный | jar | 4.1.3 |
| org.springframework.boot : spring-boot-starter-json | jar | 2.0.2.RELEASE |
| org.springframework.retry : spring-retry Необязательный | jar | 1.2.2.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.18 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.2.RELEASE |