<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-event</artifactId> <version>1.5.0</version> <type>bundle</type> </dependency>
implementation 'org.apache.shiro:shiro-event:1.5.0'
implementation("org.apache.shiro:shiro-event:1.5.0")
libraryDependencies += "org.apache.shiro" % "shiro-event" % "1.5.0"
@Grapes( @Grab(group='org.apache.shiro', module='shiro-event', version='1.5.0') )
<dependency org="org.apache.shiro" name="shiro-event" rev="1.5.0" />
[org.apache.shiro/shiro-event "1.5.0"]
'org.apache.shiro:shiro-event:jar:1.5.0'
<parent> <groupId>org.apache.shiro</groupId> <artifactId>shiro-root</artifactId> <version>1.5.0</version> </parent>
compile
|-- org.apache.shiro:shiro-lang