License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.marks-yag |
ArtifactId | ArtifactIdconfig-core |
Last Version | Last Version0.12.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfig Core
A simple configuration parse and export library written in Kotlin.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
config-core-0.12.6.pom | |
config-core-0.12.6.jar | 30 KB |
config-core-0.12.6-sources.jar | 9 KB |
config-core-0.12.6-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marks-yag/config-core/ -->
<dependency>
<groupId>com.github.marks-yag</groupId>
<artifactId>config-core</artifactId>
<version>0.12.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/config-core/
implementation 'com.github.marks-yag:config-core:0.12.6'
// https://jarcasting.com/artifacts/com.github.marks-yag/config-core/
implementation ("com.github.marks-yag:config-core:0.12.6")
'com.github.marks-yag:config-core:jar:0.12.6'
<dependency org="com.github.marks-yag" name="config-core" rev="0.12.6">
<artifact name="config-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='config-core', version='0.12.6')
)
libraryDependencies += "com.github.marks-yag" % "config-core" % "0.12.6"
[com.github.marks-yag/config-core "0.12.6"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |
com.github.marks-yag : config-annotation | jar | 0.12.6 |
org.tomlj : tomlj Optional | jar | 1.0.0 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.11 |
ch.qos.logback : logback-core | jar | 1.2.11 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.6.21 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |