License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.yangjianzhou |
ArtifactId | ArtifactIdspring-boot-unitils-starter |
Version | Version1.3.0.RELEASE |
Type | Typejar |
Description |
Descriptionspring-boot-unitils-starter
spring-boot-unitils-starter is a unitils-spring extension tool which provides support spring boot test base on unitils
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.yangjianzhou/spring-boot-unitils-starter/ -->
<dependency>
<groupId>com.github.yangjianzhou</groupId>
<artifactId>spring-boot-unitils-starter</artifactId>
<version>1.3.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yangjianzhou/spring-boot-unitils-starter/
implementation 'com.github.yangjianzhou:spring-boot-unitils-starter:1.3.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.yangjianzhou/spring-boot-unitils-starter/
implementation ("com.github.yangjianzhou:spring-boot-unitils-starter:1.3.0.RELEASE")
'com.github.yangjianzhou:spring-boot-unitils-starter:jar:1.3.0.RELEASE'
<dependency org="com.github.yangjianzhou" name="spring-boot-unitils-starter" rev="1.3.0.RELEASE">
<artifact name="spring-boot-unitils-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yangjianzhou', module='spring-boot-unitils-starter', version='1.3.0.RELEASE')
)
libraryDependencies += "com.github.yangjianzhou" % "spring-boot-unitils-starter" % "1.3.0.RELEASE"
[com.github.yangjianzhou/spring-boot-unitils-starter "1.3.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.unitils : unitils-dbunit | jar | 3.4.6 |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.0.3.RELEASE |
junit : junit | jar | 4.12 |
org.unitils : unitils-spring | jar | 3.4.6 |
org.dbunit : dbunit | jar | 2.5.4 |