is not current version
Last Version 1.2.4

com.lectra:koson 1.0.1

A concise and lightweight Kotlin DSL to build JSON objects and render their String representations

GroupId

GroupId

com.lectra
ArtifactId

ArtifactId

koson
Version

Version

1.0.1
Type

Type

jar

Download koson 1.0.1


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