is not current version
Last Version 0.12.6

com.github.marks-yag:config-annotation 0.11.1

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

Version

0.11.1
Type

Type

jar

Download config-annotation 0.11.1


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