is not current version
Last Version 1.2.4

Koson 1.2.0

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

License

License

GroupId

GroupId

com.lectra
ArtifactId

ArtifactId

koson
Version

Version

1.2.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/lectra-tech/koson
Project Organization

Project Organization

Lectra
Source Code Management

Source Code Management

https://github.com/lectra-tech/koson

Download koson 1.2.0


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

Dependencies

provided (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.0

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.2
org.junit.jupiter : junit-jupiter-engine jar 5.3.2
org.assertj : assertj-core jar 3.11.1
com.google.code.gson : gson jar 2.8.5

Project Modules

There are no modules declared in this project.