| License |
License |
|---|---|
| Categories |
Categoriesconfig Application Layer Libs Configuration |
| GroupId | GroupIdcom.github.marks-yag |
| ArtifactId | ArtifactIdconfig-annotation |
| Last Version | Last Version0.12.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionConfig Annotation
A simple configuration parse and export library written in Kotlin.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| config-annotation-0.12.6.pom | |
| config-annotation-0.12.6.jar | 5 KB |
| config-annotation-0.12.6-sources.jar | 3 KB |
| config-annotation-0.12.6-javadoc.jar | 22 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |