<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-javaconfig-messages</artifactId>
<version>4.2.13.RELEASE</version>
</dependency>
implementation 'org.springframework.security:spring-security-samples-javaconfig-messages:4.2.13.RELEASE'
implementation("org.springframework.security:spring-security-samples-javaconfig-messages:4.2.13.RELEASE")
libraryDependencies += "org.springframework.security" % "spring-security-samples-javaconfig-messages" % "4.2.13.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-samples-javaconfig-messages', version='4.2.13.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-samples-javaconfig-messages" rev="4.2.13.RELEASE" />
[org.springframework.security/spring-security-samples-javaconfig-messages "4.2.13.RELEASE"]
compile
|-- javax.validation:validation-api:1.1.0.Final
|-- nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.0.4
|-- org.eclipse.persistence:javax.persistence:2.1.1
|-- org.hibernate:hibernate-entitymanager:5.0.12.Final
|-- org.hibernate:hibernate-validator:5.3.6.Final
|-- org.springframework.data:spring-data-jpa:1.11.20.RELEASE
|-- org.springframework.security:spring-security-config:4.2.13.RELEASE
|-- org.springframework.security:spring-security-web:4.2.13.RELEASE
|-- org.springframework:spring-aop
|-- org.springframework:spring-aspects
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-instrument
|-- org.springframework:spring-orm
|-- org.springframework:spring-tx
|-- org.springframework:spring-webmvc
|-- org.thymeleaf:thymeleaf-spring4:3.0.9.RELEASE
|-- commons-logging:commons-logging:1.2
provided
|-- javax.servlet:javax.servlet-api:3.1.0
test
|-- ch.qos.logback:logback-classic:1.1.11
|-- junit:junit:4.12
|-- org.assertj:assertj-core:2.2.0
|-- org.mockito:mockito-core:1.10.19