s

spring-boot-test-support

Files download
File Operation
spring-boot-test-support-2.0.0.jar download
spring-boot-test-support-2.0.0.pom download
spring-boot-test-support-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>top.infra</groupId>
  <artifactId>spring-boot-test-support</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'top.infra:spring-boot-test-support:2.0.0'
Gradle Kotlin
implementation("top.infra:spring-boot-test-support:2.0.0")
Scala SBT
libraryDependencies += "top.infra" % "spring-boot-test-support" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='top.infra', module='spring-boot-test-support', version='2.0.0')
)
Apache Ivy
<dependency org="top.infra" name="spring-boot-test-support" rev="2.0.0" />
Leiningen
[top.infra/spring-boot-test-support "2.0.0"]
Apache Buildr
'top.infra:spring-boot-test-support:jar:2.0.0'