Categories |
CategoriesSpring Boot Container Microservices Security |
---|---|
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-security-tests |
Last Version | Last Version1.5.7.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring Boot Security Tests
Spring Boot Security Tests
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-boot-security-tests-1.5.7.RELEASE.pom | 932 bytes |
Browse |
<!-- 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.7.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.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-security-tests/
implementation ("org.springframework.boot:spring-boot-security-tests:1.5.7.RELEASE")
'org.springframework.boot:spring-boot-security-tests:pom:1.5.7.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-security-tests" rev="1.5.7.RELEASE">
<artifact name="spring-boot-security-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-security-tests', version='1.5.7.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-security-tests" % "1.5.7.RELEASE"
[org.springframework.boot/spring-boot-security-tests "1.5.7.RELEASE"]