Skip to content

2.6.0

Latest
Compare
Choose a tag to compare
@darmiel darmiel released this 19 Mar 22:27
· 5 commits to main since this release
09d8970

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

  1. Add this repository to your pom.xml:
<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
  1. Add the eeee-dependency:
<dependency>
    <groupId>com.github.darmiel</groupId>
    <artifactId>eeee</artifactId>
    <version>2.6.0</version>
</dependency>