Last Version

beam 1.0.1

Basic Encryption Algorithm Module - BEAM. BEAM is a light weight Java library to encrypt and decrypt data. Created 2019 by Philip Heyse.

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

de.bright-side.beam
ArtifactId

ArtifactId

beam
Version

Version

1.0.1
Type

Type

jar
Description

Description

beam
Basic Encryption Algorithm Module - BEAM. BEAM is a light weight Java library to encrypt and decrypt data. Created 2019 by Philip Heyse.
Project URL

Project URL

https://github.com/pheyse/BEAM
Project Organization

Project Organization

Philip Heyse
Source Code Management

Source Code Management

https://github.com/pheyse/BEAM

Download beam 1.0.1


<!-- https://jarcasting.com/artifacts/de.bright-side.beam/beam/ -->
<dependency>
    <groupId>de.bright-side.beam</groupId>
    <artifactId>beam</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.bright-side.beam/beam/
implementation 'de.bright-side.beam:beam:1.0.1'
// https://jarcasting.com/artifacts/de.bright-side.beam/beam/
implementation ("de.bright-side.beam:beam:1.0.1")
'de.bright-side.beam:beam:jar:1.0.1'
<dependency org="de.bright-side.beam" name="beam" rev="1.0.1">
  <artifact name="beam" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bright-side.beam', module='beam', version='1.0.1')
)
libraryDependencies += "de.bright-side.beam" % "beam" % "1.0.1"
[de.bright-side.beam/beam "1.0.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.