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