-
Notifications
You must be signed in to change notification settings - Fork 2
Home
jitwxs edited this page May 4, 2022
·
5 revisions
<dependency>
<groupId>io.github.jitwxs</groupId>
<artifactId>easydata</artifactId>
<version>${latest-version}</version>
<scope>test</scope>
</dependency>
dependencies {
testImplementation "io.github.jitwxs:easydata:${latest-version}"
}
- Java 1.8+ (tested with jdk8)
- Maven 3.0+ (tested with maven 3.6.3)
Once these are in place you can build easydata with all tests with:
$ mvn clean install
If you don't have Docker running locally, you can skip tests with the -DskipTests
flag set to true:
$ mvn clean install -DskipTests=true
If you would like to contribute code you can do through GitHub by forking the repository and sending a pull request into the master
branch.
Author: jitwxs@foxmail.com