<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-config-ogdl</artifactId> <version>2.0.0</version> <type>bundle</type> </dependency>
<dependency org="org.apache.shiro" name="shiro-config-ogdl" rev="2.0.0"> <artifact name="shiro-config-ogdl" type="bundle" /> </dependency>
@Grapes( @Grab(group='org.apache.shiro', module='shiro-config-ogdl', version='2.0.0') )
implementation 'org.apache.shiro:shiro-config-ogdl:2.0.0'
libraryDependencies += "org.apache.shiro" % "shiro-config-ogdl" % "2.0.0"
[org.apache.shiro/shiro-config-ogdl "2.0.0"]