| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.dheid |
| Идентификатор | Идентификаторblowfishj |
| Версия | Версия2.16 |
| Тип | Типjar |
| Описание |
Описаниеblowfishj
Implementation of Blowfish for Java
|
| Имя Файла | Размер |
|---|---|
| blowfishj-2.16.pom | |
| blowfishj-2.16.jar | 28 KB |
| blowfishj-2.16-sources.jar | 25 KB |
| blowfishj-2.16-javadoc.jar | 71 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |