spring-boot-security-tests

spring-boot-security-tests

${project.name}
http://projects.spring.io/spring-boot/
Pivotal Software, Inc.
Files download
File Operation
spring-boot-security-tests-1.5.7.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-security-tests</artifactId>
  <version>1.5.7.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-security-tests:1.5.7.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-security-tests:1.5.7.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-security-tests" % "1.5.7.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-security-tests', version='1.5.7.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-security-tests" rev="1.5.7.RELEASE" />
Leiningen
[org.springframework.boot/spring-boot-security-tests "1.5.7.RELEASE"]
Apache Buildr
'org.springframework.boot:spring-boot-security-tests:jar:1.5.7.RELEASE'