resources-json-jsr310

null

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

resources-json-jsr310
null
Ссылка на сайт

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

https://github.com/nemerosa/resources
Система контроля версий

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

https://github.com/nemerosa/resources.git

Скачать resources-json-jsr310

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-lang3 jar 3.3.2
com.fasterxml.jackson.core : jackson-databind jar 2.5.4

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
net.nemerosa : resources-json jar 0.4.0
org.projectlombok : lombok jar 1.16.4

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

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

The Resources project provides utilities to deal with resources in a REST Java application, adding means to decorate returned objects with links to other resources, without to have to annotate your object model.

List of modules

Resources

Model for the resources, independent from any representation or framework.

JSON Resources

General JSON utilities - in particular support for @Data Lombok annotations.

JSON JSR310 Resources

JSON support for JDK8 DateTime API.

Spring Resources

Integration of the resources model and their JSON representation into the Spring Framework.

Dependencies

Main dependencies are:

  • FasterXML Jackson 2.5.4
  • Spring Framework 4.1.5

Developing

Importing in Intellij

  • The Lombok plugin must be installed
  • Do not forget to enable annotation processing in Preferences > Compiler > Annotation processors

History

This library has been copied from the nemerosa/ontrack project.

net.nemerosa

Nemerosa

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

Версия
0.4.0
0.3.0
0.2.0