Files download
File Operation
shiro-jee-authc-0.1-3.jar download
shiro-jee-authc-0.1-3.pom download
shiro-jee-authc-0.1-3-sources.jar download
Apache Maven
<dependency>
  <groupId>be.fluid-it.shiro.jee</groupId>
  <artifactId>shiro-jee-authc</artifactId>
  <version>0.1-3</version>
</dependency>
Gradle Groovy
implementation 'be.fluid-it.shiro.jee:shiro-jee-authc:0.1-3'
Gradle Kotlin
implementation("be.fluid-it.shiro.jee:shiro-jee-authc:0.1-3")
Scala SBT
libraryDependencies += "be.fluid-it.shiro.jee" % "shiro-jee-authc" % "0.1-3"
Groovy Grape
@Grapes(
  @Grab(group='be.fluid-it.shiro.jee', module='shiro-jee-authc', version='0.1-3')
)
Apache Ivy
<dependency org="be.fluid-it.shiro.jee" name="shiro-jee-authc" rev="0.1-3" />
Leiningen
[be.fluid-it.shiro.jee/shiro-jee-authc "0.1-3"]
Apache Buildr
'be.fluid-it.shiro.jee:shiro-jee-authc:jar:0.1-3'