| License |
License
Bern University of Applied Sciences (BFH), RISIS
|
|---|---|
| GroupId | GroupIdch.bfh.unicrypt |
| ArtifactId | ArtifactIdunicrypt |
| Version | Version2.4 |
| Type | Typejar |
| Description |
Descriptionunicrypt
Cryptographic framework allowing the implementation of
cryptographic protocols, e.g. e-voting.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| unicrypt-2.4.pom | |
| unicrypt-2.4-sources.jar | 684 KB |
| unicrypt-2.4-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.bfh.unicrypt/unicrypt/ -->
<dependency>
<groupId>ch.bfh.unicrypt</groupId>
<artifactId>unicrypt</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/ch.bfh.unicrypt/unicrypt/
implementation 'ch.bfh.unicrypt:unicrypt:2.4'
// https://jarcasting.com/artifacts/ch.bfh.unicrypt/unicrypt/
implementation ("ch.bfh.unicrypt:unicrypt:2.4")
'ch.bfh.unicrypt:unicrypt:jar:2.4'
<dependency org="ch.bfh.unicrypt" name="unicrypt" rev="2.4">
<artifact name="unicrypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.bfh.unicrypt', module='unicrypt', version='2.4')
)
libraryDependencies += "ch.bfh.unicrypt" % "unicrypt" % "2.4"
[ch.bfh.unicrypt/unicrypt "2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.jnagmp : jnagmp | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.jacoco : org.jacoco.core | jar | 0.7.7.201606060606 |