| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.xvang |
| ArtifactId | ArtifactIddunit |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptiondunit
unit test toolkit, Integrated generic test case, simplifies unit testing
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| dunit-1.0.1.pom | |
| dunit-1.0.1.jar | 14 KB |
| dunit-1.0.1-sources.jar | 8 KB |
| dunit-1.0.1-javadoc.jar | 35 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.0 |