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