Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-deployment-tests |
Version | Version1.3.7.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-deployment-tests-1.3.7.RELEASE.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-deployment-tests/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-deployment-tests</artifactId>
<version>1.3.7.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-deployment-tests/
implementation 'org.springframework.boot:spring-boot-deployment-tests:1.3.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-deployment-tests/
implementation ("org.springframework.boot:spring-boot-deployment-tests:1.3.7.RELEASE")
'org.springframework.boot:spring-boot-deployment-tests:pom:1.3.7.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-deployment-tests" rev="1.3.7.RELEASE">
<artifact name="spring-boot-deployment-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-deployment-tests', version='1.3.7.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-deployment-tests" % "1.3.7.RELEASE"
[org.springframework.boot/spring-boot-deployment-tests "1.3.7.RELEASE"]