License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdio.github.lierabbit |
ArtifactId | ArtifactIdconfig |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptionconfig
a config reader with Spring Boot
|
Project URL |
Project URL |
Filename | Size |
---|---|
config-0.0.2.pom | |
config-0.0.2.jar | 29 KB |
config-0.0.2-sources.jar | 15 KB |
config-0.0.2-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.lierabbit/config/ -->
<dependency>
<groupId>io.github.lierabbit</groupId>
<artifactId>config</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lierabbit/config/
implementation 'io.github.lierabbit:config:0.0.2'
// https://jarcasting.com/artifacts/io.github.lierabbit/config/
implementation ("io.github.lierabbit:config:0.0.2")
'io.github.lierabbit:config:jar:0.0.2'
<dependency org="io.github.lierabbit" name="config" rev="0.0.2">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lierabbit', module='config', version='0.0.2')
)
libraryDependencies += "io.github.lierabbit" % "config" % "0.0.2"
[io.github.lierabbit/config "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 4.0.1 |
org.apache.poi : poi-ooxml | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.3.RELEASE |