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