is not current version
Last Version 0.12.6

com.github.marks-yag:config 0.9.4

A simple configuration parse and export library written in Kotlin.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.github.marks-yag
ArtifactId

ArtifactId

config
Version

Version

0.9.4
Type

Type

pom

Download config 0.9.4

Filename Size
config-0.9.4.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.9.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marks-yag/config/
implementation 'com.github.marks-yag:config:0.9.4'
// https://jarcasting.com/artifacts/com.github.marks-yag/config/
implementation ("com.github.marks-yag:config:0.9.4")
'com.github.marks-yag:config:pom:0.9.4'
<dependency org="com.github.marks-yag" name="config" rev="0.9.4">
  <artifact name="config" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.marks-yag', module='config', version='0.9.4')
)
libraryDependencies += "com.github.marks-yag" % "config" % "0.9.4"
[com.github.marks-yag/config "0.9.4"]