net.markenwerk:utils-json-common

Common components for JSON processing libraries for Java

License

License

Categories

Categories

Net JSON Data
GroupId

GroupId

net.markenwerk
ArtifactId

ArtifactId

utils-json-common
Last Version

Last Version

3.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

net.markenwerk:utils-json-common
Common components for JSON processing libraries for Java
Project URL

Project URL

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

Project Organization

Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH
Source Code Management

Source Code Management

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

Download utils-json-common

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
3.0.1
3.0.0
2.0.0
1.0.0