Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.shiro.integrationtests</groupId>
  <artifactId>shiro-integration-tests</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="org.apache.shiro.integrationtests" name="shiro-integration-tests" rev="2.0.0">
  <artifact name="shiro-integration-tests" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.shiro.integrationtests', module='shiro-integration-tests', version='2.0.0')
)

Gradle/Grails

implementation 'org.apache.shiro.integrationtests:shiro-integration-tests:2.0.0'

Scala SBT

libraryDependencies += "org.apache.shiro.integrationtests" % "shiro-integration-tests" % "2.0.0"

Leiningen

[org.apache.shiro.integrationtests/shiro-integration-tests "2.0.0"]