не последняя версия
Последняя версия 2.4

ch.bfh.unicrypt:unicrypt 2.2

Cryptographic framework allowing the implementation of cryptographic protocols, e.g. e-voting.

Группа

Группа

ch.bfh.unicrypt
Идентификатор

Идентификатор

unicrypt
Версия

Версия

2.2
Тип

Тип

jar

Скачать unicrypt 2.2


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