License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.github.marks-yag |
ArtifactId | ArtifactIdconfig-core |
Version | Version0.12.5 |
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.5.pom | |
config-core-0.12.5.jar | 50 KB |
config-core-0.12.5-sources.jar | 10 KB |
config-core-0.12.5-javadoc.jar | 14 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/config-core/
implementation 'com.github.marks-yag:config-core:0.12.5'
// https://jarcasting.com/artifacts/com.github.marks-yag/config-core/
implementation ("com.github.marks-yag:config-core:0.12.5")
'com.github.marks-yag:config-core:jar:0.12.5'
<dependency org="com.github.marks-yag" name="config-core" rev="0.12.5">
<artifact name="config-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='config-core', version='0.12.5')
)
libraryDependencies += "com.github.marks-yag" % "config-core" % "0.12.5"
[com.github.marks-yag/config-core "0.12.5"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.30 |
com.github.marks-yag : config-annotation | jar | 0.12.5 |
org.tomlj : tomlj | jar | 1.0.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.0 |
ch.qos.logback : logback-core | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.4.30 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |