c

configs-parent

Annotation based configuration library for any Java project.
https://github.com/portlek/configs
Files download
File Operation
configs-parent-5.4.2.pom download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>configs-parent</artifactId>
  <version>5.4.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:configs-parent:5.4.2'
Gradle Kotlin
implementation("io.github.portlek:configs-parent:5.4.2")
Scala SBT
libraryDependencies += "io.github.portlek" % "configs-parent" % "5.4.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='configs-parent', version='5.4.2')
)
Apache Ivy
<dependency org="io.github.portlek" name="configs-parent" rev="5.4.2" />
Leiningen
[io.github.portlek/configs-parent "5.4.2"]
Apache Buildr
'io.github.portlek:configs-parent:jar:5.4.2'