gen

Gen provides the Gen monad for Java 8+. Using the Gen monad, developers can implement a generative approach for creating test fixtures that helps to write unit and integration tests in a lean and non-obtrusive way.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

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

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

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

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

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

gen
Gen provides the Gen monad for Java 8+. Using the Gen monad, developers can implement a generative approach for creating test fixtures that helps to write unit and integration tests in a lean and non-obtrusive way.
Система контроля версий

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

https://github.com/mguenther/gen/tree/master

Скачать gen

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.5.0
org.assertj : assertj-core jar 3.11.1

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

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

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

Версия
1.2.0
1.1.0
1.0.0-rc1