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