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