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.
文件下载
文件名 操作
shiro-lang-1.4.2.jar 下载
shiro-lang-1.4.2.pom 下载
shiro-lang-1.4.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.shiro</groupId>
  <artifactId>shiro-lang</artifactId>
  <version>1.4.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shiro:shiro-lang:1.4.2'
Gradle Kotlin
implementation("org.apache.shiro:shiro-lang:1.4.2")
Scala SBT
libraryDependencies += "org.apache.shiro" % "shiro-lang" % "1.4.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shiro', module='shiro-lang', version='1.4.2')
)
Apache Ivy
<dependency org="org.apache.shiro" name="shiro-lang" rev="1.4.2" />
Leiningen
[org.apache.shiro/shiro-lang "1.4.2"]
Apache Buildr
'org.apache.shiro:shiro-lang:jar:1.4.2'