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