License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdio.github.horvee.storylog |
ArtifactId | ArtifactIdspringboot-configuration |
Last Version | Last Version1.0.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |