| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.github.piotrkot |
| Идентификатор | Идентификаторoojson |
| Последняя версия | Последняя версия1.7.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOO-JSON wrapper
Wrapper for Java API for JSON Processing with OOP in mind.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| oojson-1.7.1.pom | |
| oojson-1.7.1.jar | 22 KB |
| oojson-1.7.1-sources.jar | 22 KB |
| oojson-1.7.1-javadoc.jar | 106 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.piotrkot/oojson/ -->
<dependency>
<groupId>com.github.piotrkot</groupId>
<artifactId>oojson</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piotrkot/oojson/
implementation 'com.github.piotrkot:oojson:1.7.1'
// https://jarcasting.com/artifacts/com.github.piotrkot/oojson/
implementation ("com.github.piotrkot:oojson:1.7.1")
'com.github.piotrkot:oojson:jar:1.7.1'
<dependency org="com.github.piotrkot" name="oojson" rev="1.7.1">
<artifact name="oojson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piotrkot', module='oojson', version='1.7.1')
)
libraryDependencies += "com.github.piotrkot" % "oojson" % "1.7.1"
[com.github.piotrkot/oojson "1.7.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish : javax.json | jar | 1.1.4 |
| org.cactoos : cactoos | jar | 0.50 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| com.google.code.findbugs : annotations | jar | 3.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest | jar | 2.2 |
| junit : junit | jar | 4.13.2 |