c

configs-parent

An API for creating and managing file.
https://github.com/portlek/configs
MIT License
Hasan Demirtaş
Files download
File Operation
configs-parent-1.7.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>configs-parent</artifactId>
  <version>1.7.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:configs-parent:1.7.1'
Gradle Kotlin
implementation("io.github.portlek:configs-parent:1.7.1")
Scala SBT
libraryDependencies += "io.github.portlek" % "configs-parent" % "1.7.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='configs-parent', version='1.7.1')
)
Apache Ivy
<dependency org="io.github.portlek" name="configs-parent" rev="1.7.1" />
Leiningen
[io.github.portlek/configs-parent "1.7.1"]
Apache Buildr
'io.github.portlek:configs-parent:jar:1.7.1'