Koson

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

License

License

GroupId

GroupId

com.lectra
ArtifactId

ArtifactId

koson
Last Version

Last Version

1.2.4
Release Date

Release Date

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

How to add to project

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

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.9

Project Modules

There are no modules declared in this project.
com.lectra

Lectra

Versions

Version
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0