c

configs-core

Core module of the library.
Files download
File Operation
configs-core-4.7.jar download
configs-core-4.7.pom download
configs-core-4.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>configs-core</artifactId>
  <version>4.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:configs-core:4.7'
Gradle Kotlin
implementation("io.github.portlek:configs-core:4.7")
Scala SBT
libraryDependencies += "io.github.portlek" % "configs-core" % "4.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='configs-core', version='4.7')
)
Apache Ivy
<dependency org="io.github.portlek" name="configs-core" rev="4.7" />
Leiningen
[io.github.portlek/configs-core "4.7"]
Apache Buildr
'io.github.portlek:configs-core:jar:4.7'