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