c

common-security

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