is not current version
Last Version 2.3.1

tech.codingzen:kata-konf 2.0.1

example pom.xml file for kotlin maven deployment via sonatype

GroupId

GroupId

tech.codingzen
ArtifactId

ArtifactId

kata-konf
Version

Version

2.0.1
Type

Type

jar

Download kata-konf 2.0.1


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