| License |
License |
|---|---|
| GroupId | GroupIdcom.lectra |
| ArtifactId | ArtifactIdkoson |
| Last Version | Last Version1.2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKoson
A concise and lightweight Kotlin DSL to build JSON objects and render their String representations
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| koson-1.2.4.pom | |
| koson-1.2.4.jar | 28 KB |
| koson-1.2.4-sources.jar | 4 KB |
| koson-1.2.4-javadoc.jar | 237 bytes |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.0 |
| 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 |