License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdspring-boot-starter-test-plus |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExtended implementation of Spring Boot Test Starter
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-boot-starter-test-plus-0.5.0.pom | |
spring-boot-starter-test-plus-0.5.0.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-test-plus/ -->
<dependency>
<groupId>com.github.spt-oss</groupId>
<artifactId>spring-boot-starter-test-plus</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-test-plus/
implementation 'com.github.spt-oss:spring-boot-starter-test-plus:0.5.0'
// https://jarcasting.com/artifacts/com.github.spt-oss/spring-boot-starter-test-plus/
implementation ("com.github.spt-oss:spring-boot-starter-test-plus:0.5.0")
'com.github.spt-oss:spring-boot-starter-test-plus:jar:0.5.0'
<dependency org="com.github.spt-oss" name="spring-boot-starter-test-plus" rev="0.5.0">
<artifact name="spring-boot-starter-test-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spt-oss', module='spring-boot-starter-test-plus', version='0.5.0')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-starter-test-plus" % "0.5.0"
[com.github.spt-oss/spring-boot-starter-test-plus "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
com.github.spt-oss : slf4j-plus | jar | 0.2.1 |
org.springframework.boot : spring-boot-starter-logging | jar | 1.5.1.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 1.5.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.12 |