is not current version
Last Version 2.3.1

tech.codingzen:kata-konf 2.3.0

example pom.xml file for kotlin maven deployment via sonatype

GroupId

GroupId

tech.codingzen
ArtifactId

ArtifactId

kata-konf
Version

Version

2.3.0
Type

Type

jar

Download kata-konf 2.3.0


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