is not current version
Last Version 1.2.0

net.mguenther.gen:gen 1.0.0-rc1

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.

Categories

Categories

Net
GroupId

GroupId

net.mguenther.gen
ArtifactId

ArtifactId

gen
Version

Version

1.0.0-rc1
Type

Type

jar

Download gen 1.0.0-rc1


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