net.lecousin.framework:json

This POM defines common properties and plugins for other projects, such as checkstyle, spotbugs or Java version

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

This POM defines common properties and plugins for other projects, such as checkstyle, spotbugs or Java version
Система контроля версий

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

https://github.com/lecousin/java-framework-serialization

Скачать json

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
net.lecousin : core jar 0.20.0
net.lecousin.framework : serialization-api jar 0.3.0

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
net.lecousin : core test-jar 0.20.0
net.lecousin.framework : serialization-api test-jar 0.3.0
com.github.everit-org.json-schema » org.everit.json.schema jar 1.6.1

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

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

lecousin.net - Serialization

This library provides serialization to and from different formats, as well as tools to parse and generate those formats.

Currently supported formats are:

  • XML
  • JSON

Build status

Current version - branch master

Maven Central build status build status Codecov

Modules:

  • XML Javadoc
  • JSON Javadoc

Sonar Sonar Sonar Sonar Sonar

Development branch

build status build status Codecov

Sonar Sonar Sonar Sonar Sonar

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

Версия
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0