s

security

文件下载
文件名 操作
security-1.3.4.4.jar 下载
security-1.3.4.4.pom 下载
security-1.3.4.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.fanzezhen</groupId>
  <artifactId>security</artifactId>
  <version>1.3.4.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.fanzezhen:security:1.3.4.4'
Gradle Kotlin
implementation("com.github.fanzezhen:security:1.3.4.4")
Scala SBT
libraryDependencies += "com.github.fanzezhen" % "security" % "1.3.4.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fanzezhen', module='security', version='1.3.4.4')
)
Apache Ivy
<dependency org="com.github.fanzezhen" name="security" rev="1.3.4.4" />
Leiningen
[com.github.fanzezhen/security "1.3.4.4"]
Apache Buildr
'com.github.fanzezhen:security:jar:1.3.4.4'