is not current version
Last Version 0.80

net.cactusthorn.config:config-core 0.50

Config :: Core

Categories

Categories

Net config Application Layer Libs Configuration
GroupId

GroupId

net.cactusthorn.config
ArtifactId

ArtifactId

config-core
Version

Version

0.50
Type

Type

jar

Download config-core 0.50


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