c

configs-parent

A config project that uses jackson to create simple configuration files.
https://github.com/portlek/configs
Files download
File Operation
configs-parent-5.8.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>configs-parent</artifactId>
  <version>5.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:configs-parent:5.8.0'
Gradle Kotlin
implementation("io.github.portlek:configs-parent:5.8.0")
Scala SBT
libraryDependencies += "io.github.portlek" % "configs-parent" % "5.8.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='configs-parent', version='5.8.0')
)
Apache Ivy
<dependency org="io.github.portlek" name="configs-parent" rev="5.8.0" />
Leiningen
[io.github.portlek/configs-parent "5.8.0"]
Apache Buildr
'io.github.portlek:configs-parent:jar:5.8.0'