| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка JSON Данные |
| Группа | Группаio.github.danthe1st |
| Идентификатор | Идентификаторcompile-time-json-parser |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Описание |
ОписаниеCompile time JSON parser
prepares converting JSON objects to java objects at compile-time
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/io.github.danthe1st/compile-time-json-parser/ -->
<dependency>
<groupId>io.github.danthe1st</groupId>
<artifactId>compile-time-json-parser</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.danthe1st/compile-time-json-parser/
implementation 'io.github.danthe1st:compile-time-json-parser:1.1.0'
// https://jarcasting.com/artifacts/io.github.danthe1st/compile-time-json-parser/
implementation ("io.github.danthe1st:compile-time-json-parser:1.1.0")
'io.github.danthe1st:compile-time-json-parser:jar:1.1.0'
<dependency org="io.github.danthe1st" name="compile-time-json-parser" rev="1.1.0">
<artifact name="compile-time-json-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.danthe1st', module='compile-time-json-parser', version='1.1.0')
)
libraryDependencies += "io.github.danthe1st" % "compile-time-json-parser" % "1.1.0"
[io.github.danthe1st/compile-time-json-parser "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.json : json | jar | 20210307 |