c

common-security

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