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