| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdorg.springframework.boot | 
| ArtifactId | ArtifactIdspring-boot-launch-script-tests | 
| Last Version | Last Version1.5.7.RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSpring Boot Launch Script Integration Tests Spring Boot Launch Script Integration Tests | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-launch-script-tests/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-launch-script-tests</artifactId>
    <version>1.5.7.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-launch-script-tests/
implementation 'org.springframework.boot:spring-boot-launch-script-tests:1.5.7.RELEASE'// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-launch-script-tests/
implementation ("org.springframework.boot:spring-boot-launch-script-tests:1.5.7.RELEASE")'org.springframework.boot:spring-boot-launch-script-tests:jar:1.5.7.RELEASE'<dependency org="org.springframework.boot" name="spring-boot-launch-script-tests" rev="1.5.7.RELEASE">
  <artifact name="spring-boot-launch-script-tests" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-launch-script-tests', version='1.5.7.RELEASE')
)libraryDependencies += "org.springframework.boot" % "spring-boot-launch-script-tests" % "1.5.7.RELEASE"[org.springframework.boot/spring-boot-launch-script-tests "1.5.7.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-undertow | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.docker-java : docker-java | jar | 2.2.3 | 
| org.springframework.boot : spring-boot-starter-test | jar |