Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.shiro</groupId>
  <artifactId>shiro-root</artifactId>
  <version>1.4.0-RC2</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.apache.shiro:shiro-root:pom:1.4.0-RC2'

Apache Ivy

<dependency org="org.apache.shiro" name="shiro-root" rev="1.4.0-RC2">
  <artifact name="shiro-root" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.shiro', module='shiro-root', version='1.4.0-RC2')
)

Gradle/Grails

compile 'org.apache.shiro:shiro-root:1.4.0-RC2'

Scala SBT

libraryDependencies += "org.apache.shiro" % "shiro-root" % "1.4.0-RC2"

Leiningen

[org.apache.shiro/shiro-root "1.4.0-RC2"]