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