Config Annotation

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

Last Version

0.12.6
Release Date

Release Date

Type

Type

jar
Description

Description

Config Annotation
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-annotation

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

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