net.markenwerk:utils-json-common

Common components for JSON processing libraries for Java

Лицензия

Лицензия

Категории

Категории

Сеть JSON Данные
Группа

Группа

net.markenwerk
Идентификатор

Идентификатор

utils-json-common
Последняя версия

Последняя версия

3.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

net.markenwerk:utils-json-common
Common components for JSON processing libraries for Java
Ссылка на сайт

Ссылка на сайт

https://github.com/markenwerk/java-utils-json-common
Организация-разработчик

Организация-разработчик

Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH
Система контроля версий

Система контроля версий

https://github.com/markenwerk/java-utils-json-common

Скачать utils-json-common

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.markenwerk/utils-json-common/ -->
<dependency>
    <groupId>net.markenwerk</groupId>
    <artifactId>utils-json-common</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.markenwerk/utils-json-common/
implementation 'net.markenwerk:utils-json-common:3.0.1'
// https://jarcasting.com/artifacts/net.markenwerk/utils-json-common/
implementation ("net.markenwerk:utils-json-common:3.0.1")
'net.markenwerk:utils-json-common:jar:3.0.1'
<dependency org="net.markenwerk" name="utils-json-common" rev="3.0.1">
  <artifact name="utils-json-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.markenwerk', module='utils-json-common', version='3.0.1')
)
libraryDependencies += "net.markenwerk" % "utils-json-common" % "3.0.1"
[net.markenwerk/utils-json-common "3.0.1"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Common components for JSON libraries

Build Status Coverage Status Dependency Status Maven Central Issues MIT License

Overview

This library provides common components for other JSON processing libraries.

Maven

This library is hosted in the Maven Central Repository. You can use it with the following coordinates:

<dependency>
	<groupId>net.markenwerk</groupId>
	<artifactId>utils-json-common</artifactId>
	<version>3.0.1</version>
</dependency>

Motivation

The goal of this library is to avoid unnecessary and probably inconsistent repetition of relevant exceptions and datastructures for JSON processing.

net.markenwerk

Markenwerk

Версии библиотеки

Версия
3.0.1
3.0.0
2.0.0
1.0.0