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

ch.bfh.unicrypt:unicrypt 2.1

UniCrypt(tm): Cryptographic framework allowing the implementation of cryptographic protocols, e.g. e-voting.

Группа

Группа

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

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

unicrypt
Версия

Версия

2.1
Тип

Тип

jar

Скачать unicrypt 2.1


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