Dependency Information

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

implementation 'org.apache.shiro:shiro-root:2.0.0'

Scala SBT

libraryDependencies += "org.apache.shiro" % "shiro-root" % "2.0.0"

Leiningen

[org.apache.shiro/shiro-root "2.0.0"]