Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.shiro.integrationtests</groupId>
  <artifactId>shiro-its-guice4</artifactId>
  <version>1.7.0</version>
  <type>war</type>
</dependency>

Apache Buildr

'org.apache.shiro.integrationtests:shiro-its-guice4:war:1.7.0'

Apache Ivy

<dependency org="org.apache.shiro.integrationtests" name="shiro-its-guice4" rev="1.7.0">
  <artifact name="shiro-its-guice4" type="war" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.shiro.integrationtests', module='shiro-its-guice4', version='1.7.0')
)

Gradle/Grails

compile 'org.apache.shiro.integrationtests:shiro-its-guice4:1.7.0'

Scala SBT

libraryDependencies += "org.apache.shiro.integrationtests" % "shiro-its-guice4" % "1.7.0"

Leiningen

[org.apache.shiro.integrationtests/shiro-its-guice4 "1.7.0"]