| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаhu.vissy.json-dsl |
| Идентификатор | Идентификаторjson-dsl |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjson-dsl
A Kotlin DSL wrapper for creating JSON fluently and querying values typed
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| json-dsl-1.0.1.pom | |
| json-dsl-1.0.1.jar | 13 KB |
| json-dsl-1.0.1-sources.jar | 4 KB |
| json-dsl-1.0.1-javadoc.jar | 286 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/hu.vissy.json-dsl/json-dsl/ -->
<dependency>
<groupId>hu.vissy.json-dsl</groupId>
<artifactId>json-dsl</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/hu.vissy.json-dsl/json-dsl/
implementation 'hu.vissy.json-dsl:json-dsl:1.0.1'
// https://jarcasting.com/artifacts/hu.vissy.json-dsl/json-dsl/
implementation ("hu.vissy.json-dsl:json-dsl:1.0.1")
'hu.vissy.json-dsl:json-dsl:jar:1.0.1'
<dependency org="hu.vissy.json-dsl" name="json-dsl" rev="1.0.1">
<artifact name="json-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.vissy.json-dsl', module='json-dsl', version='1.0.1')
)
libraryDependencies += "hu.vissy.json-dsl" % "json-dsl" % "1.0.1"
[hu.vissy.json-dsl/json-dsl "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.10 |
| com.google.code.gson : gson | jar | 2.8.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 7.0.0 |