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