is not current version
Last Version 1.5.7.RELEASE

org.springframework.boot:spring-boot-security-tests 1.5.1.RELEASE

${project.name}

Categories

Categories

Spring Boot Container Microservices Security
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-security-tests
Version

Version

1.5.1.RELEASE
Type

Type

pom

Download spring-boot-security-tests 1.5.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-security-tests/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-security-tests</artifactId>
    <version>1.5.1.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-security-tests/
implementation 'org.springframework.boot:spring-boot-security-tests:1.5.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-security-tests/
implementation ("org.springframework.boot:spring-boot-security-tests:1.5.1.RELEASE")
'org.springframework.boot:spring-boot-security-tests:pom:1.5.1.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-security-tests" rev="1.5.1.RELEASE">
  <artifact name="spring-boot-security-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-security-tests', version='1.5.1.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-security-tests" % "1.5.1.RELEASE"
[org.springframework.boot/spring-boot-security-tests "1.5.1.RELEASE"]