w

waffle-shiro

Shiro integration for WAFFLE
http://dblock.github.com/waffle/
文件下载
文件名 操作
waffle-shiro-1.7.5.jar 下载
waffle-shiro-1.7.5.pom 下载
waffle-shiro-1.7.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.dblock.waffle</groupId>
  <artifactId>waffle-shiro</artifactId>
  <version>1.7.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.dblock.waffle:waffle-shiro:1.7.5'
Gradle Kotlin
implementation("com.github.dblock.waffle:waffle-shiro:1.7.5")
Scala SBT
libraryDependencies += "com.github.dblock.waffle" % "waffle-shiro" % "1.7.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dblock.waffle', module='waffle-shiro', version='1.7.5')
)
Apache Ivy
<dependency org="com.github.dblock.waffle" name="waffle-shiro" rev="1.7.5" />
Leiningen
[com.github.dblock.waffle/waffle-shiro "1.7.5"]
Apache Buildr
'com.github.dblock.waffle:waffle-shiro:jar:1.7.5'