文件下载
文件名 操作
shiro-config-ogdl-2.0.2.jar 下载
shiro-config-ogdl-2.0.2.pom 下载
shiro-config-ogdl-2.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.shiro</groupId>
  <artifactId>shiro-config-ogdl</artifactId>
  <version>2.0.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shiro:shiro-config-ogdl:2.0.2'
Gradle Kotlin
implementation("org.apache.shiro:shiro-config-ogdl:2.0.2")
Scala SBT
libraryDependencies += "org.apache.shiro" % "shiro-config-ogdl" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shiro', module='shiro-config-ogdl', version='2.0.2')
)
Apache Ivy
<dependency org="org.apache.shiro" name="shiro-config-ogdl" rev="2.0.2" />
Leiningen
[org.apache.shiro/shiro-config-ogdl "2.0.2"]
Apache Buildr
'org.apache.shiro:shiro-config-ogdl:jar:2.0.2'