| Categories | CategoriesSpring Boot Container Microservices Security | 
|---|---|
| GroupId | GroupIdorg.springframework.boot | 
| ArtifactId | ArtifactIdspring-boot-security-tests-web-helloworld | 
| Last Version | Last Version1.2.8.RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSpring Boot Security Tests - Web Hello World Spring Boot Security Tests - Web Hello World | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-security-tests-web-helloworld/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-security-tests-web-helloworld</artifactId>
    <version>1.2.8.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-security-tests-web-helloworld/
implementation 'org.springframework.boot:spring-boot-security-tests-web-helloworld:1.2.8.RELEASE'// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-security-tests-web-helloworld/
implementation ("org.springframework.boot:spring-boot-security-tests-web-helloworld:1.2.8.RELEASE")'org.springframework.boot:spring-boot-security-tests-web-helloworld:jar:1.2.8.RELEASE'<dependency org="org.springframework.boot" name="spring-boot-security-tests-web-helloworld" rev="1.2.8.RELEASE">
  <artifact name="spring-boot-security-tests-web-helloworld" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-security-tests-web-helloworld', version='1.2.8.RELEASE')
)libraryDependencies += "org.springframework.boot" % "spring-boot-security-tests-web-helloworld" % "1.2.8.RELEASE"[org.springframework.boot/spring-boot-security-tests-web-helloworld "1.2.8.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-security | jar |