MVN

com.github.marks-yag : config-annotation

Maven & Gradle

Mar 24, 2023
5 usages
1 stars

Config Annotation · A simple configuration parse and export library written in Kotlin.

<dependency>
    <groupId>com.github.marks-yag</groupId>
    <artifactId>config-annotation</artifactId>
    <version>0.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.marks-yag : config-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.0

All Versions

Choose a version of com.github.marks-yag : config-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
config-annotation-0.13.0
0.12.x
config-annotation-0.12.8
config-annotation-0.12.7
config-annotation-0.12.6
config-annotation-0.12.5
config-annotation-0.12.4
config-annotation-0.12.3
config-annotation-0.12.2
config-annotation-0.12.1
config-annotation-0.12.0
0.11.x
config-annotation-0.11.3
config-annotation-0.11.2
config-annotation-0.11.1
config-annotation-0.11.0

How to add a dependency to Maven

Add the following com.github.marks-yag : config-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.marks-yag</groupId>
    <artifactId>config-annotation</artifactId>
    <version>0.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.marks-yag : config-annotation gradle dependency to your build.gradle file:

implementation 'com.github.marks-yag:config-annotation:0.13.0'

Gradle Kotlin DSL: Add the following com.github.marks-yag : config-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.marks-yag:config-annotation:0.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.marks-yag : config-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.marks-yag" % "config-annotation" % "0.13.0"

Advertisement