is not current version
Last Version 0.12.6

Config Core 0.11.3

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
Version

Version

0.11.3
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 0.11.3


<!-- https://jarcasting.com/artifacts/com.github.marks-yag/config-core/ -->
<dependency>
    <groupId>com.github.marks-yag</groupId>
    <artifactId>config-core</artifactId>
    <version>0.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/config-core/
implementation 'com.github.marks-yag:config-core:0.11.3'
// https://jarcasting.com/artifacts/com.github.marks-yag/config-core/
implementation ("com.github.marks-yag:config-core:0.11.3")
'com.github.marks-yag:config-core:jar:0.11.3'
<dependency org="com.github.marks-yag" name="config-core" rev="0.11.3">
  <artifact name="config-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='config-core', version='0.11.3')
)
libraryDependencies += "com.github.marks-yag" % "config-core" % "0.11.3"
[com.github.marks-yag/config-core "0.11.3"]

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10
com.github.marks-yag : config-annotation jar 0.11.3
org.tomlj : tomlj jar 1.0.0
org.slf4j : slf4j-api jar 1.7.25

runtime (2)

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

test (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit5 jar 1.4.10
org.junit.jupiter : junit-jupiter-api jar 5.7.1
org.junit.jupiter : junit-jupiter-engine jar 5.7.1

Project Modules

There are no modules declared in this project.