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