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