License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices config Application Layer Libs Configuration |
GroupId | GroupIdorg.zalando.spring |
ArtifactId | ArtifactIdcommon-config-spring-boot |
Version | Version0.0.16 |
Type | Typejar |
Description |
DescriptionSpring-Boot autoconfiguration support for Fahrschein
|
Project Organization |
Project OrganizationZalando SE |
<!-- https://jarcasting.com/artifacts/org.zalando.spring/common-config-spring-boot/ -->
<dependency>
<groupId>org.zalando.spring</groupId>
<artifactId>common-config-spring-boot</artifactId>
<version>0.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando.spring/common-config-spring-boot/
implementation 'org.zalando.spring:common-config-spring-boot:0.0.16'
// https://jarcasting.com/artifacts/org.zalando.spring/common-config-spring-boot/
implementation ("org.zalando.spring:common-config-spring-boot:0.0.16")
'org.zalando.spring:common-config-spring-boot:jar:0.0.16'
<dependency org="org.zalando.spring" name="common-config-spring-boot" rev="0.0.16">
<artifact name="common-config-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando.spring', module='common-config-spring-boot', version='0.0.16')
)
libraryDependencies += "org.zalando.spring" % "common-config-spring-boot" % "0.0.16"
[org.zalando.spring/common-config-spring-boot "0.0.16"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | |
com.google.guava : guava | jar | 26.0-jre |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-beans Optional | jar | |
org.springframework.boot : spring-boot Optional | jar | |
org.projectlombok : lombok Optional | jar |