Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.spt-oss |
ArtifactId | ArtifactIdspring-boot-starter-test-plus |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-starter-test-plus-0.2.0.pom | |
spring-boot-starter-test-plus-0.2.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.2.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.2.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.2.0")
'com.github.spt-oss:spring-boot-starter-test-plus:jar:0.2.0'
<dependency org="com.github.spt-oss" name="spring-boot-starter-test-plus" rev="0.2.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.2.0')
)
libraryDependencies += "com.github.spt-oss" % "spring-boot-starter-test-plus" % "0.2.0"
[com.github.spt-oss/spring-boot-starter-test-plus "0.2.0"]