s

spring-test-smart-context

Improving Spring Boot test efficiency. See the readme at GitHub page.
https://github.com/seregamorph/spring-test-smart-context
Apache License, Version 2.0
Sergey Chernov
Files download
File Operation
spring-test-smart-context-0.3.jar download
spring-test-smart-context-0.3.pom download
spring-test-smart-context-0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.seregamorph</groupId>
  <artifactId>spring-test-smart-context</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.seregamorph:spring-test-smart-context:0.3'
Gradle Kotlin
implementation("com.github.seregamorph:spring-test-smart-context:0.3")
Scala SBT
libraryDependencies += "com.github.seregamorph" % "spring-test-smart-context" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.seregamorph', module='spring-test-smart-context', version='0.3')
)
Apache Ivy
<dependency org="com.github.seregamorph" name="spring-test-smart-context" rev="0.3" />
Leiningen
[com.github.seregamorph/spring-test-smart-context "0.3"]
Apache Buildr
'com.github.seregamorph:spring-test-smart-context:jar:0.3'