is not current version
Last Version 6.0.8

io.github.portlek:configs-core 4.8

Annotation based configuration library for any Java project.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

configs-core
Version

Version

4.8
Type

Type

jar

Download configs-core 4.8


<!-- https://jarcasting.com/artifacts/io.github.portlek/configs-core/ -->
<dependency>
    <groupId>io.github.portlek</groupId>
    <artifactId>configs-core</artifactId>
    <version>4.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/configs-core/
implementation 'io.github.portlek:configs-core:4.8'
// https://jarcasting.com/artifacts/io.github.portlek/configs-core/
implementation ("io.github.portlek:configs-core:4.8")
'io.github.portlek:configs-core:jar:4.8'
<dependency org="io.github.portlek" name="configs-core" rev="4.8">
  <artifact name="configs-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='configs-core', version='4.8')
)
libraryDependencies += "io.github.portlek" % "configs-core" % "4.8"
[io.github.portlek/configs-core "4.8"]