is not current version
Last Version 0.30

net.cactusthorn.config:core 0.20


Categories

Categories

Net config Application Layer Libs Configuration
GroupId

GroupId

net.cactusthorn.config
ArtifactId

ArtifactId

core
Version

Version

0.20
Type

Type

jar

Download core 0.20


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