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