is not current version
Last Version 1.2.4

com.lectra:koson 1.0.3

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.3
Type

Type

jar

Download koson 1.0.3


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