| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJSON Данные |
| Группа | Группаcom.github.tonivade |
| Идентификатор | Идентификаторjson-fixtures |
| Версия | Версия0.2.0 |
| Тип | Типjar |
| Описание |
ОписаниеJson-Fixtures
Simple json fixtures with test rules and annotations
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| json-fixtures-0.2.0.pom | |
| json-fixtures-0.2.0.jar | 4 KB |
| json-fixtures-0.2.0-sources.jar | 2 KB |
| json-fixtures-0.2.0-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/json-fixtures/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>json-fixtures</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/json-fixtures/
implementation 'com.github.tonivade:json-fixtures:0.2.0'
// https://jarcasting.com/artifacts/com.github.tonivade/json-fixtures/
implementation ("com.github.tonivade:json-fixtures:0.2.0")
'com.github.tonivade:json-fixtures:jar:0.2.0'
<dependency org="com.github.tonivade" name="json-fixtures" rev="0.2.0">
<artifact name="json-fixtures" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='json-fixtures', version='0.2.0')
)
libraryDependencies += "com.github.tonivade" % "json-fixtures" % "0.2.0"
[com.github.tonivade/json-fixtures "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.google.code.gson : gson | jar | 2.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-all | jar | 1.10.19 |
| org.hamcrest : hamcrest-library | jar | 1.3 |