| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection JSON Данные |
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторjson |
| Последняя версия | Последняя версия62 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеorg.json
JSON is a light-weight, language independent, data interchange format.
See http://www.JSON.org/
The files in this package implement JSON encoders/decoders in Java.
It also includes the capability to convert between JSON and XML, HTTP
headers, Cookies, and CDL.
This is a reference implementation. There is a large number of JSON packages
in Java. Perhaps someday the Java community will standardize on one. Until
then, choose carefully.
The license includes this restriction: "The software shall be used for good,
not evil." If your conscience cannot live with that, then choose a different
package.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| json-62.pom | |
| json-62.jar | 63 KB |
| json-62-sources.jar | 74 KB |
| json-62-javadoc.jar | 530 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/json/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>json</artifactId>
<version>62</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/json/
implementation 'com.guicedee.services:json:62'
// https://jarcasting.com/artifacts/com.guicedee.services/json/
implementation ("com.guicedee.services:json:62")
'com.guicedee.services:json:jar:62'
<dependency org="com.guicedee.services" name="json" rev="62">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='json', version='62')
)
libraryDependencies += "com.guicedee.services" % "json" % "62"
[com.guicedee.services/json "62"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |
| org.mapstruct : mapstruct-processor | jar | 1.3.0.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0-M1 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.assertj : assertj-core | jar | 3.12.2 |
| org.mockito : mockito-core | jar | 3.0.0 |
| com.h2database : h2 | jar | 1.4.199 |