License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdio.github.portlek |
ArtifactId | ArtifactIdconfigs-core |
Last Version | Last Version6.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionconfigs-core
A config project that uses jackson to create simple configuration files.
|
Filename | Size |
---|---|
configs-core-6.0.8.pom | |
configs-core-6.0.8.jar | 258 KB |
configs-core-6.0.8-sources.jar | 239 KB |
configs-core-6.0.8-javadoc.jar | 680 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/configs-core/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>configs-core</artifactId>
<version>6.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/configs-core/
implementation 'io.github.portlek:configs-core:6.0.8'
// https://jarcasting.com/artifacts/io.github.portlek/configs-core/
implementation ("io.github.portlek:configs-core:6.0.8")
'io.github.portlek:configs-core:jar:6.0.8'
<dependency org="io.github.portlek" name="configs-core" rev="6.0.8">
<artifact name="configs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='configs-core', version='6.0.8')
)
libraryDependencies += "io.github.portlek" % "configs-core" % "6.0.8"
[io.github.portlek/configs-core "6.0.8"]
Group / Artifact | Type | Version |
---|---|---|
io.github.portlek : reflection | jar | 4.2.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
io.github.portlek : replaceable | jar | 2.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
org.jetbrains : annotations | jar | 20.1.0 |