Changes in this release:
Thie release implements a new annotation for generation: @FillRange
.
This annotation works like @Fill
with the difference that the number of values in the specified range is randomly generated
Contributors
Installation
Maven
- Add this repository to your
pom.xml
:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
- Add the
eeee
-dependency:
<dependency>
<groupId>com.github.darmiel</groupId>
<artifactId>eeee</artifactId>
<version>2.6.0</version>
</dependency>