s

shiro-config-ogdl

Support for Shiro's Object Graph Definition Language (mostly used in Ini configuration) where declared name/value pairs are interpreted to create an object graph
文件下载
文件名 操作
shiro-config-ogdl-1.5.0.jar 下载
shiro-config-ogdl-1.5.0.pom 下载
shiro-config-ogdl-1.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.shiro</groupId>
  <artifactId>shiro-config-ogdl</artifactId>
  <version>1.5.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shiro:shiro-config-ogdl:1.5.0'
Gradle Kotlin
implementation("org.apache.shiro:shiro-config-ogdl:1.5.0")
Scala SBT
libraryDependencies += "org.apache.shiro" % "shiro-config-ogdl" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shiro', module='shiro-config-ogdl', version='1.5.0')
)
Apache Ivy
<dependency org="org.apache.shiro" name="shiro-config-ogdl" rev="1.5.0" />
Leiningen
[org.apache.shiro/shiro-config-ogdl "1.5.0"]
Apache Buildr
'org.apache.shiro:shiro-config-ogdl:jar:1.5.0'