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