Last Version

dunit 1.0.1

unit test toolkit, Integrated generic test case, simplifies unit testing

License

License

GroupId

GroupId

com.gitee.xvang
ArtifactId

ArtifactId

dunit
Version

Version

1.0.1
Type

Type

jar
Description

Description

dunit
unit test toolkit, Integrated generic test case, simplifies unit testing
Project URL

Project URL

http://maven.apache.org

Download dunit 1.0.1


<!-- https://jarcasting.com/artifacts/com.gitee.xvang/dunit/ -->
<dependency>
    <groupId>com.gitee.xvang</groupId>
    <artifactId>dunit</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.xvang/dunit/
implementation 'com.gitee.xvang:dunit:1.0.1'
// https://jarcasting.com/artifacts/com.gitee.xvang/dunit/
implementation ("com.gitee.xvang:dunit:1.0.1")
'com.gitee.xvang:dunit:jar:1.0.1'
<dependency org="com.gitee.xvang" name="dunit" rev="1.0.1">
  <artifact name="dunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.xvang', module='dunit', version='1.0.1')
)
libraryDependencies += "com.gitee.xvang" % "dunit" % "1.0.1"
[com.gitee.xvang/dunit "1.0.1"]

Dependencies

compile (5)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.springframework.boot : spring-boot-starter-test jar 2.4.1
commons-beanutils : commons-beanutils jar 1.9.4
com.google.code.gson : gson jar 2.8.6
org.springframework.boot : spring-boot-starter-web jar 2.4.1

test (1)

Group / Artifact Type Version
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.12.0

Project Modules

There are no modules declared in this project.