is not current version
Last Version 0.5.0

com.github.spt-oss:spring-boot-starter-test-plus 0.4.0

Extended implementation of Spring Boot Test Starter

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.spt-oss
ArtifactId

ArtifactId

spring-boot-starter-test-plus
Version

Version

0.4.0
Type

Type

jar

Download spring-boot-starter-test-plus 0.4.0


<!-- 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.4.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.4.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.4.0")
'com.github.spt-oss:spring-boot-starter-test-plus:jar:0.4.0'
<dependency org="com.github.spt-oss" name="spring-boot-starter-test-plus" rev="0.4.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.4.0')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-starter-test-plus" % "0.4.0"
[com.github.spt-oss/spring-boot-starter-test-plus "0.4.0"]