<dependency> <groupId>org.apache.shiro.integrationtests.jaxrs</groupId> <artifactId>shiro-its-jaxrs-app</artifactId> <version>2.0.0</version> <type>war</type> </dependency>
<dependency org="org.apache.shiro.integrationtests.jaxrs" name="shiro-its-jaxrs-app" rev="2.0.0"> <artifact name="shiro-its-jaxrs-app" type="war" /> </dependency>
@Grapes( @Grab(group='org.apache.shiro.integrationtests.jaxrs', module='shiro-its-jaxrs-app', version='2.0.0') )
implementation 'org.apache.shiro.integrationtests.jaxrs:shiro-its-jaxrs-app:2.0.0'
libraryDependencies += "org.apache.shiro.integrationtests.jaxrs" % "shiro-its-jaxrs-app" % "2.0.0"
[org.apache.shiro.integrationtests.jaxrs/shiro-its-jaxrs-app "2.0.0"]