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