License |
License |
---|---|
GroupId | GroupIdio.github.dheid |
ArtifactId | ArtifactIdblowfishj |
Last Version | Last Version2.16 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionblowfishj
Implementation of Blowfish for Java
|
Filename | Size |
---|---|
blowfishj-2.16.pom | |
blowfishj-2.16.jar | 28 KB |
blowfishj-2.16-sources.jar | 25 KB |
blowfishj-2.16-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dheid/blowfishj/ -->
<dependency>
<groupId>io.github.dheid</groupId>
<artifactId>blowfishj</artifactId>
<version>2.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dheid/blowfishj/
implementation 'io.github.dheid:blowfishj:2.16'
// https://jarcasting.com/artifacts/io.github.dheid/blowfishj/
implementation ("io.github.dheid:blowfishj:2.16")
'io.github.dheid:blowfishj:jar:2.16'
<dependency org="io.github.dheid" name="blowfishj" rev="2.16">
<artifact name="blowfishj" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dheid', module='blowfishj', version='2.16')
)
libraryDependencies += "io.github.dheid" % "blowfishj" % "2.16"
[io.github.dheid/blowfishj "2.16"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |