| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииConfiguration Библиотеки уровня приложения config |
| Группа | Группаio.github.horvee.storylog |
| Идентификатор | Идентификаторspringboot-configuration |
| Последняя версия | Последняя версия1.0.1.RELEASE |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications built with Maven
|
<!-- https://jarcasting.com/artifacts/io.github.horvee.storylog/springboot-configuration/ -->
<dependency>
<groupId>io.github.horvee.storylog</groupId>
<artifactId>springboot-configuration</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.horvee.storylog/springboot-configuration/
implementation 'io.github.horvee.storylog:springboot-configuration:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.github.horvee.storylog/springboot-configuration/
implementation ("io.github.horvee.storylog:springboot-configuration:1.0.1.RELEASE")
'io.github.horvee.storylog:springboot-configuration:jar:1.0.1.RELEASE'
<dependency org="io.github.horvee.storylog" name="springboot-configuration" rev="1.0.1.RELEASE">
<artifact name="springboot-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.horvee.storylog', module='springboot-configuration', version='1.0.1.RELEASE')
)
libraryDependencies += "io.github.horvee.storylog" % "springboot-configuration" % "1.0.1.RELEASE"
[io.github.horvee.storylog/springboot-configuration "1.0.1.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.horvee.storylog : core | jar | 1.0.1.RELEASE |
| org.springframework : spring-context | jar | |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.5.RELEASE |
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | |
| com.fasterxml.jackson.core : jackson-core | jar | 2.11.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.3.5.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |