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