Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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