License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdde.bright-side.beam |
ArtifactId | ArtifactIdbeam |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionbeam
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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
beam-1.0.1.pom | |
beam-1.0.1.jar | 23 KB |
beam-1.0.1-sources.jar | 14 KB |
beam-1.0.1-javadoc.jar | 39 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |