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
Files download
File Operation
shiro-config-ogdl-1.4.1.jar download
shiro-config-ogdl-1.4.1.pom download
shiro-config-ogdl-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.shiro</groupId>
  <artifactId>shiro-config-ogdl</artifactId>
  <version>1.4.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shiro:shiro-config-ogdl:1.4.1'
Gradle Kotlin
implementation("org.apache.shiro:shiro-config-ogdl:1.4.1")
Scala SBT
libraryDependencies += "org.apache.shiro" % "shiro-config-ogdl" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shiro', module='shiro-config-ogdl', version='1.4.1')
)
Apache Ivy
<dependency org="org.apache.shiro" name="shiro-config-ogdl" rev="1.4.1" />
Leiningen
[org.apache.shiro/shiro-config-ogdl "1.4.1"]
Apache Buildr
'org.apache.shiro:shiro-config-ogdl:jar:1.4.1'