b

beam

Basic Encryption Algorithm Module - BEAM. BEAM is a light weight Java library to encrypt and decrypt data. Created 2019 by Philip Heyse.
https://github.com/pheyse/BEAM
Apache License, Version 2.0
Philip Heyse
Philip Heyse
Files download
File Operation
beam-1.0.1.jar download
beam-1.0.1.pom download
beam-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.bright-side.beam</groupId>
  <artifactId>beam</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'de.bright-side.beam:beam:1.0.1'
Gradle Kotlin
implementation("de.bright-side.beam:beam:1.0.1")
Scala SBT
libraryDependencies += "de.bright-side.beam" % "beam" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='de.bright-side.beam', module='beam', version='1.0.1')
)
Apache Ivy
<dependency org="de.bright-side.beam" name="beam" rev="1.0.1" />
Leiningen
[de.bright-side.beam/beam "1.0.1"]
Apache Buildr
'de.bright-side.beam:beam:jar:1.0.1'
Dependencies