Config Core

A simple configuration parse and export library written in Kotlin.

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

config-core
Last Version

Last Version

0.12.6
Release Date

Release Date

Type

Type

jar
Description

Description

Config Core
A simple configuration parse and export library written in Kotlin.
Project URL

Project URL

https://github.com/marks-yag/config
Source Code Management

Source Code Management

https://github.com/marks-yag/config

Download config-core

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

runtime (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.11
ch.qos.logback : logback-core jar 1.2.11

test (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.3
0.11.2
0.11.1
0.11.0
0.10.2
0.10.1
0.10.0
0.9.4
0.9.3
0.9.2