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-6.0.4.pom download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>configs-parent</artifactId>
  <version>6.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:configs-parent:6.0.4'
Gradle Kotlin
implementation("io.github.portlek:configs-parent:6.0.4")
Scala SBT
libraryDependencies += "io.github.portlek" % "configs-parent" % "6.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='configs-parent', version='6.0.4')
)
Apache Ivy
<dependency org="io.github.portlek" name="configs-parent" rev="6.0.4" />
Leiningen
[io.github.portlek/configs-parent "6.0.4"]
Apache Buildr
'io.github.portlek:configs-parent:jar:6.0.4'