Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.github.dblock.waffle |
ArtifactId | ArtifactIdwaffle-spring-security2 |
Version | Version1.7.3 |
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.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-spring-security2/
implementation 'com.github.dblock.waffle:waffle-spring-security2:1.7.3'
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-spring-security2/
implementation ("com.github.dblock.waffle:waffle-spring-security2:1.7.3")
'com.github.dblock.waffle:waffle-spring-security2:jar:1.7.3'
<dependency org="com.github.dblock.waffle" name="waffle-spring-security2" rev="1.7.3">
<artifact name="waffle-spring-security2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-spring-security2', version='1.7.3')
)
libraryDependencies += "com.github.dblock.waffle" % "waffle-spring-security2" % "1.7.3"
[com.github.dblock.waffle/waffle-spring-security2 "1.7.3"]