is not current version
Last Version 1.8.0

org.apache.shiro.samples:samples-spring 1.3.2

Spring-based web application sample demonstrating Shiro's capabilities. Uses samples-spring module as the web start application. To launch the webstart application successfully, you need to run "mvn jetty:run-exploded", or otherwise make sure the webstart application is available through web application root context (see the dependency:unpack configure below)

GroupId

GroupId

org.apache.shiro.samples
ArtifactId

ArtifactId

samples-spring
Version

Version

1.3.2
Type

Type

war

Download samples-spring 1.3.2


<!-- https://jarcasting.com/artifacts/org.apache.shiro.samples/samples-spring/ -->
<dependency>
    <groupId>org.apache.shiro.samples</groupId>
    <artifactId>samples-spring</artifactId>
    <version>1.3.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shiro.samples/samples-spring/
implementation 'org.apache.shiro.samples:samples-spring:1.3.2'
// https://jarcasting.com/artifacts/org.apache.shiro.samples/samples-spring/
implementation ("org.apache.shiro.samples:samples-spring:1.3.2")
'org.apache.shiro.samples:samples-spring:war:1.3.2'
<dependency org="org.apache.shiro.samples" name="samples-spring" rev="1.3.2">
  <artifact name="samples-spring" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro.samples', module='samples-spring', version='1.3.2')
)
libraryDependencies += "org.apache.shiro.samples" % "samples-spring" % "1.3.2"
[org.apache.shiro.samples/samples-spring "1.3.2"]