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