example-json-data-model

Example json data model project

Категории

Категории

Данные JSON
Группа

Группа

com.github.matthewbretten
Идентификатор

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

example-json-data-model
Последняя версия

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

1.0.18
Дата

Дата

Тип

Тип

jar
Описание

Описание

example-json-data-model
Example json data model project
Система контроля версий

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

https://github.com/matthewbretten/example-json-data-model

Скачать example-json-data-model

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

<!-- https://jarcasting.com/artifacts/com.github.matthewbretten/example-json-data-model/ -->
<dependency>
    <groupId>com.github.matthewbretten</groupId>
    <artifactId>example-json-data-model</artifactId>
    <version>1.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.matthewbretten/example-json-data-model/
implementation 'com.github.matthewbretten:example-json-data-model:1.0.18'
// https://jarcasting.com/artifacts/com.github.matthewbretten/example-json-data-model/
implementation ("com.github.matthewbretten:example-json-data-model:1.0.18")
'com.github.matthewbretten:example-json-data-model:jar:1.0.18'
<dependency org="com.github.matthewbretten" name="example-json-data-model" rev="1.0.18">
  <artifact name="example-json-data-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.matthewbretten', module='example-json-data-model', version='1.0.18')
)
libraryDependencies += "com.github.matthewbretten" % "example-json-data-model" % "1.0.18"
[com.github.matthewbretten/example-json-data-model "1.0.18"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.16.18
org.jsonschema2pojo : jsonschema2pojo-core jar 1.0.1
com.fasterxml.jackson.core : jackson-annotations jar 2.10.0

test (2)

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

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

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

example-json-data-model

This project is an example of how to create a framework for defining and building json objects as Java pojos and then packaging this so it can be used by other projects, particularly focusing on generating large amounts of random test data. It includes the ability to convert the java pojo back to json so it can be easily incorporated into defining data for HTTP requests (such as driving the data used by a load testing tool such as Gatling).

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

Версия
1.0.18