не последняя версия
Последняя версия 1.2.4

com.lectra:koson 1.2.2

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

Группа

Группа

com.lectra
Идентификатор

Идентификатор

koson
Версия

Версия

1.2.2
Тип

Тип

jar

Скачать koson 1.2.2


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