com.github.seanyinx:unit-scaffolding

Simple toolkit to help test writing with Java

Лицензия

Лицензия

Группа

Группа

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

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

unit-scaffolding
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Simple toolkit to help test writing with Java

Скачать unit-scaffolding

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

<!-- https://jarcasting.com/artifacts/com.github.seanyinx/unit-scaffolding/ -->
<dependency>
    <groupId>com.github.seanyinx</groupId>
    <artifactId>unit-scaffolding</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seanyinx/unit-scaffolding/
implementation 'com.github.seanyinx:unit-scaffolding:1.0.0'
// https://jarcasting.com/artifacts/com.github.seanyinx/unit-scaffolding/
implementation ("com.github.seanyinx:unit-scaffolding:1.0.0")
'com.github.seanyinx:unit-scaffolding:jar:1.0.0'
<dependency org="com.github.seanyinx" name="unit-scaffolding" rev="1.0.0">
  <artifact name="unit-scaffolding" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seanyinx', module='unit-scaffolding', version='1.0.0')
)
libraryDependencies += "com.github.seanyinx" % "unit-scaffolding" % "1.0.0"
[com.github.seanyinx/unit-scaffolding "1.0.0"]

Зависимости

compile (2)

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

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

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

Test Toolkit

Unit test scaffolding to help speed up test case writing

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

Версия
1.0.0