is not current version
Last Version 3.1.0

io.datakernel:datakernel-config 3.0.0


Categories

Categories

Data config Application Layer Libs Configuration
GroupId

GroupId

io.datakernel
ArtifactId

ArtifactId

datakernel-config
Version

Version

3.0.0
Type

Type

jar

Download datakernel-config 3.0.0


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