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