b

beangle-security-core_2.12

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