s

spring-boot-testjars

Spring Boot Testjars is like Spring Testcontainers support but without the need for Docker images
https://github.com/spring-projects-experimental/spring-boot-testjars
The Apache License, Version 2.0
Rob Winch
Files download
File Operation
spring-boot-testjars-0.0.1.jar download
spring-boot-testjars-0.0.1.pom download
spring-boot-testjars-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.experimental.boot</groupId>
  <artifactId>spring-boot-testjars</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.experimental.boot:spring-boot-testjars:0.0.1'
Gradle Kotlin
implementation("org.springframework.experimental.boot:spring-boot-testjars:0.0.1")
Scala SBT
libraryDependencies += "org.springframework.experimental.boot" % "spring-boot-testjars" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.experimental.boot', module='spring-boot-testjars', version='0.0.1')
)
Apache Ivy
<dependency org="org.springframework.experimental.boot" name="spring-boot-testjars" rev="0.0.1" />
Leiningen
[org.springframework.experimental.boot/spring-boot-testjars "0.0.1"]
Apache Buildr
'org.springframework.experimental.boot:spring-boot-testjars:jar:0.0.1'