MVN

io.github.jitwxs : easydata

Maven & Gradle

Apr 12, 2023
3 stars

easydata · Easy process data in unit test, load/mock/convert/verify...

<dependency>
    <groupId>io.github.jitwxs</groupId>
    <artifactId>easydata</artifactId>
    <version>1.17-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jitwxs : easydata to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17-RELEASE

All Versions

Choose a version of io.github.jitwxs : easydata to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17
easydata-1.17-RELEASE
1.16
easydata-1.16-RELEASE
1.15
easydata-1.15-RELEASE
1.14
easydata-1.14-RELEASE
1.13
easydata-1.13-RELEASE
1.12
easydata-1.12-RELEASE
1.11
easydata-1.11-RELEASE
1.10
easydata-1.10-RELEASE
1.9
easydata-1.9-RELEASE
1.8
easydata-1.8-RELEASE
1.7
easydata-1.7-RELEASE
1.6
easydata-1.6-RELEASE
1.5
easydata-1.5-RELEASE
1.4
easydata-1.4-RELEASE
1.3
easydata-1.3-RELEASE
1.2
easydata-1.2-RELEASE
1.1
easydata-1.1-RELEASE
1.0
easydata-1.0-RELEASE

How to add a dependency to Maven

Add the following io.github.jitwxs : easydata maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.jitwxs</groupId>
    <artifactId>easydata</artifactId>
    <version>1.17-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jitwxs : easydata gradle dependency to your build.gradle file:

implementation 'io.github.jitwxs:easydata:1.17-RELEASE'

Gradle Kotlin DSL: Add the following io.github.jitwxs : easydata gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jitwxs:easydata:1.17-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jitwxs : easydata sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jitwxs" % "easydata" % "1.17-RELEASE"