| GroupId | GroupIdcom.github.dblock.waffle |
|---|---|
| ArtifactId | ArtifactIdwaffle-shiro |
| Version | Version1.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| waffle-shiro-1.7.pom | |
| waffle-shiro-1.7.jar | 19 KB |
| waffle-shiro-1.7-test-sources.jar | 6 KB |
| waffle-shiro-1.7-test-javadoc.jar | 64 KB |
| waffle-shiro-1.7-sources.jar | 18 KB |
| waffle-shiro-1.7-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-shiro/ -->
<dependency>
<groupId>com.github.dblock.waffle</groupId>
<artifactId>waffle-shiro</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-shiro/
implementation 'com.github.dblock.waffle:waffle-shiro:1.7'
// https://jarcasting.com/artifacts/com.github.dblock.waffle/waffle-shiro/
implementation ("com.github.dblock.waffle:waffle-shiro:1.7")
'com.github.dblock.waffle:waffle-shiro:jar:1.7'
<dependency org="com.github.dblock.waffle" name="waffle-shiro" rev="1.7">
<artifact name="waffle-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dblock.waffle', module='waffle-shiro', version='1.7')
)
libraryDependencies += "com.github.dblock.waffle" % "waffle-shiro" % "1.7"
[com.github.dblock.waffle/waffle-shiro "1.7"]