MVN

org.amebastack.security : ameba-shiro

Maven & Gradle

Dec 13, 2016
2 stars

Ameba-Framework-Shiro · A useful Java framework shiro!

<dependency>
    <groupId>org.amebastack.security</groupId>
    <artifactId>ameba-shiro</artifactId>
    <version>0.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.amebastack.security : ameba-shiro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.10
  • Latest Alpha: 0.1.7.Alpha1

All Versions

Choose a version of org.amebastack.security : ameba-shiro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
ameba-shiro-0.1.10
ameba-shiro-0.1.9
ameba-shiro-0.1.8
ameba-shiro-0.1.7.Alpha1

How to add a dependency to Maven

Add the following org.amebastack.security : ameba-shiro maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.amebastack.security</groupId>
    <artifactId>ameba-shiro</artifactId>
    <version>0.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.amebastack.security : ameba-shiro gradle dependency to your build.gradle file:

implementation 'org.amebastack.security:ameba-shiro:0.1.10'

Gradle Kotlin DSL: Add the following org.amebastack.security : ameba-shiro gradle kotlin dependency to your build.gradle.kts file:

implementation("org.amebastack.security:ameba-shiro:0.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.amebastack.security : ameba-shiro sbt scala dependency to your build.sbt file:

libraryDependencies += "org.amebastack.security" % "ameba-shiro" % "0.1.10"