s

shiro-lang

The lang module encapsulates only language-specific utilities that are used by various other modules. It exists to augment what we would have liked to see in the JDK but does not exist.
Files download
File Operation
shiro-lang-2.0.0.jar download
shiro-lang-2.0.0.pom download
shiro-lang-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.shiro</groupId>
  <artifactId>shiro-lang</artifactId>
  <version>2.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shiro:shiro-lang:2.0.0'
Gradle Kotlin
implementation("org.apache.shiro:shiro-lang:2.0.0")
Scala SBT
libraryDependencies += "org.apache.shiro" % "shiro-lang" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shiro', module='shiro-lang', version='2.0.0')
)
Apache Ivy
<dependency org="org.apache.shiro" name="shiro-lang" rev="2.0.0" />
Leiningen
[org.apache.shiro/shiro-lang "2.0.0"]
Apache Buildr
'org.apache.shiro:shiro-lang:jar:2.0.0'