| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.nharyes |
| Идентификатор | Идентификаторsecrete |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSecrete
ECIES implementation with Curve25519
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| secrete-1.0.4.pom | |
| secrete-1.0.4.jar | 28 KB |
| secrete-1.0.4-sources.jar | 22 KB |
| secrete-1.0.4-javadoc.jar | 116 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.nharyes/secrete/ -->
<dependency>
<groupId>net.nharyes</groupId>
<artifactId>secrete</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.nharyes/secrete/
implementation 'net.nharyes:secrete:1.0.4'
// https://jarcasting.com/artifacts/net.nharyes/secrete/
implementation ("net.nharyes:secrete:1.0.4")
'net.nharyes:secrete:jar:1.0.4'
<dependency org="net.nharyes" name="secrete" rev="1.0.4">
<artifact name="secrete" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.nharyes', module='secrete', version='1.0.4')
)
libraryDependencies += "net.nharyes" % "secrete" % "1.0.4"
[net.nharyes/secrete "1.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.zeromq : curve25519-java | jar | 0.1.0 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.70 |
| commons-cli : commons-cli | jar | 1.5.0 |
| commons-io : commons-io | jar | 2.11.0 |
| commons-codec : commons-codec | jar | 1.15 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |