is not current version
Last Version 1.10-RELEASE

io.github.jitwxs:easydata 1.4-RELEASE

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

Categories

Categories

Data
GroupId

GroupId

io.github.jitwxs
ArtifactId

ArtifactId

easydata
Version

Version

1.4-RELEASE
Type

Type

jar

Download easydata 1.4-RELEASE


<!-- https://jarcasting.com/artifacts/io.github.jitwxs/easydata/ -->
<dependency>
    <groupId>io.github.jitwxs</groupId>
    <artifactId>easydata</artifactId>
    <version>1.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jitwxs/easydata/
implementation 'io.github.jitwxs:easydata:1.4-RELEASE'
// https://jarcasting.com/artifacts/io.github.jitwxs/easydata/
implementation ("io.github.jitwxs:easydata:1.4-RELEASE")
'io.github.jitwxs:easydata:jar:1.4-RELEASE'
<dependency org="io.github.jitwxs" name="easydata" rev="1.4-RELEASE">
  <artifact name="easydata" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jitwxs', module='easydata', version='1.4-RELEASE')
)
libraryDependencies += "io.github.jitwxs" % "easydata" % "1.4-RELEASE"
[io.github.jitwxs/easydata "1.4-RELEASE"]