<dependency>
<groupId>com.stormpath.shiro</groupId>
<artifactId>stormpath-shiro-dropwizard-angularjs-example</artifactId>
<version>0.8.0-RC1</version>
</dependency>
implementation 'com.stormpath.shiro:stormpath-shiro-dropwizard-angularjs-example:0.8.0-RC1'
implementation("com.stormpath.shiro:stormpath-shiro-dropwizard-angularjs-example:0.8.0-RC1")
libraryDependencies += "com.stormpath.shiro" % "stormpath-shiro-dropwizard-angularjs-example" % "0.8.0-RC1"
@Grapes(
@Grab(group='com.stormpath.shiro', module='stormpath-shiro-dropwizard-angularjs-example', version='0.8.0-RC1')
)
<dependency org="com.stormpath.shiro" name="stormpath-shiro-dropwizard-angularjs-example" rev="0.8.0-RC1" />
<parent> <groupId>com.stormpath.shiro</groupId> <artifactId>stormpath-shiro-examples</artifactId> <version>0.8.0-RC1</version> </parent>
compile
|-- com.google.code.findbugs:findbugs-annotations:3.0.1
|-- com.stormpath.shiro:stormpath-shiro-servlet
|-- com.stormpath.shiro:stormpath-shiro-jaxrs
|-- com.stormpath.sdk:stormpath-sdk-httpclient
|-- org.apache.shiro:shiro-web
|-- org.apache.shiro:shiro-core
|-- io.dropwizard:dropwizard-core
|-- javax.servlet:javax.servlet-api
|-- ch.qos.logback:logback-classic
|-- org.ocpsoft.rewrite:rewrite-servlet:3.4.1.Final
|-- io.dropwizard:dropwizard-assets:1.0.2
|-- io.dropwizard-bundles:dropwizard-webjars-bundle:1.0.0
|-- org.webjars.bower:stormpath-sdk-angularjs:1.0.0
|-- org.webjars.bower:angular-ui-router:0.3.1
|-- org.webjars.bower:boot:3.3.6
runtime