| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
| Группа | Группаio.kwy.boot |
| Идентификатор | Идентификаторspring-boot-autoconfigure |
| Версия | Версия1.5.3.1.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications
built with Maven
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.kwy.boot/spring-boot-autoconfigure/ -->
<dependency>
<groupId>io.kwy.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>1.5.3.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.kwy.boot/spring-boot-autoconfigure/
implementation 'io.kwy.boot:spring-boot-autoconfigure:1.5.3.1.RELEASE'
// https://jarcasting.com/artifacts/io.kwy.boot/spring-boot-autoconfigure/
implementation ("io.kwy.boot:spring-boot-autoconfigure:1.5.3.1.RELEASE")
'io.kwy.boot:spring-boot-autoconfigure:jar:1.5.3.1.RELEASE'
<dependency org="io.kwy.boot" name="spring-boot-autoconfigure" rev="1.5.3.1.RELEASE">
<artifact name="spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kwy.boot', module='spring-boot-autoconfigure', version='1.5.3.1.RELEASE')
)
libraryDependencies += "io.kwy.boot" % "spring-boot-autoconfigure" % "1.5.3.1.RELEASE"
[io.kwy.boot/spring-boot-autoconfigure "1.5.3.1.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.data : spring-data-redis | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish : javax.el | jar | 3.0.0 |
| com.h2database : h2 | jar | 1.4.195 |
| com.zaxxer : HikariCP | jar | 2.5.1 |
| junit : junit | jar | 4.12 |
| org.springframework.session : spring-session-jdbc | jar | 1.3.1.RELEASE |
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.4.RELEASE |