License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Configuration Application Layer Libs config |
GroupId | GroupIdcom.ttulka.spring.boot.configstore |
ArtifactId | ArtifactIdconfiguration-properties-store-spring-boot-starter-base |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfiguration Properties Store for Spring Boot - Starter Parent
Mutable persistent configuration properties that survive an application restart.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.ttulka.spring.boot.configstore/configuration-properties-store-spring-boot-starter-base/ -->
<dependency>
<groupId>com.ttulka.spring.boot.configstore</groupId>
<artifactId>configuration-properties-store-spring-boot-starter-base</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ttulka.spring.boot.configstore/configuration-properties-store-spring-boot-starter-base/
implementation 'com.ttulka.spring.boot.configstore:configuration-properties-store-spring-boot-starter-base:1.4.0'
// https://jarcasting.com/artifacts/com.ttulka.spring.boot.configstore/configuration-properties-store-spring-boot-starter-base/
implementation ("com.ttulka.spring.boot.configstore:configuration-properties-store-spring-boot-starter-base:1.4.0")
'com.ttulka.spring.boot.configstore:configuration-properties-store-spring-boot-starter-base:jar:1.4.0'
<dependency org="com.ttulka.spring.boot.configstore" name="configuration-properties-store-spring-boot-starter-base" rev="1.4.0">
<artifact name="configuration-properties-store-spring-boot-starter-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ttulka.spring.boot.configstore', module='configuration-properties-store-spring-boot-starter-base', version='1.4.0')
)
libraryDependencies += "com.ttulka.spring.boot.configstore" % "configuration-properties-store-spring-boot-starter-base" % "1.4.0"
[com.ttulka.spring.boot.configstore/configuration-properties-store-spring-boot-starter-base "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.ttulka.spring.boot.configstore : configuration-properties-store-api | jar | 1.4.0 |
org.springframework.boot : spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.assertj : assertj-core | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
org.mockito : mockito-junit-jupiter | jar |