Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.shiro.integrationtests.jaxrs</groupId>
  <artifactId>shiro-its-jaxrs-app</artifactId>
  <version>2.0.0</version>
  <type>war</type>
</dependency>

Apache Ivy

<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>

Groovy Grape

@Grapes(
@Grab(group='org.apache.shiro.integrationtests.jaxrs', module='shiro-its-jaxrs-app', version='2.0.0')
)

Gradle/Grails

implementation 'org.apache.shiro.integrationtests.jaxrs:shiro-its-jaxrs-app:2.0.0'

Scala SBT

libraryDependencies += "org.apache.shiro.integrationtests.jaxrs" % "shiro-its-jaxrs-app" % "2.0.0"

Leiningen

[org.apache.shiro.integrationtests.jaxrs/shiro-its-jaxrs-app "2.0.0"]