c

common-security

Files download
File Operation
common-security-2.0.7.jar download
common-security-2.0.7.pom download
common-security-2.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fanzezhen.common</groupId>
  <artifactId>common-security</artifactId>
  <version>2.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.fanzezhen.common:common-security:2.0.7'
Gradle Kotlin
implementation("com.github.fanzezhen.common:common-security:2.0.7")
Scala SBT
libraryDependencies += "com.github.fanzezhen.common" % "common-security" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fanzezhen.common', module='common-security', version='2.0.7')
)
Apache Ivy
<dependency org="com.github.fanzezhen.common" name="common-security" rev="2.0.7" />
Leiningen
[com.github.fanzezhen.common/common-security "2.0.7"]
Apache Buildr
'com.github.fanzezhen.common:common-security:jar:2.0.7'