| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.github.michaelruocco |
| Идентификатор | Идентификаторjson-adapter |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjson-adapter
Library to hide usage of jackson from most classes and helpers for easier testing
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| json-adapter-1.0.4.pom | |
| json-adapter-1.0.4.jar | 6 KB |
| json-adapter-1.0.4-test-fixtures.jar | 11 KB |
| json-adapter-1.0.4-sources.jar | 3 KB |
| json-adapter-1.0.4-javadoc.jar | 410 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/json-adapter/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>json-adapter</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-adapter/
implementation 'com.github.michaelruocco:json-adapter:1.0.4'
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-adapter/
implementation ("com.github.michaelruocco:json-adapter:1.0.4")
'com.github.michaelruocco:json-adapter:jar:1.0.4'
<dependency org="com.github.michaelruocco" name="json-adapter" rev="1.0.4">
<artifact name="json-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='json-adapter', version='1.0.4')
)
libraryDependencies += "com.github.michaelruocco" % "json-adapter" % "1.0.4"
[com.github.michaelruocco/json-adapter "1.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
| com.github.michaelruocco : file-loader Необязательный | jar | 6.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.0 |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.13.0 |
| org.slf4j : slf4j-api | jar | 1.7.32 |