is not current version
Last Version 0.12.6

Config 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
Version

Version

0.11.3
Type

Type

pom
Description

Description

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

Filename Size
config-0.11.3.pom 5 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • annotation
  • core