Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.dblock.waffle |
ArtifactId | ArtifactIdwaffle-spring-security4 |
Version | Version1.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-spring-security4/ -->
<dependency>
<groupId>com.github.dblock.waffle</groupId>
<artifactId>waffle-spring-security4</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-spring-security4/
implementation 'com.github.dblock.waffle:waffle-spring-security4:1.7'
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-spring-security4/
implementation ("com.github.dblock.waffle:waffle-spring-security4:1.7")
'com.github.dblock.waffle:waffle-spring-security4:jar:1.7'
<dependency org="com.github.dblock.waffle" name="waffle-spring-security4" rev="1.7">
<artifact name="waffle-spring-security4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-spring-security4', version='1.7')
)
libraryDependencies += "com.github.dblock.waffle" % "waffle-spring-security4" % "1.7"
[com.github.dblock.waffle/waffle-spring-security4 "1.7"]