| GroupId | GroupIdch.bfh.unicrypt |
|---|---|
| ArtifactId | ArtifactIdunicrypt |
| Version | Version2.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| unicrypt-2.2.pom | |
| unicrypt-2.2.jar | 726 KB |
| unicrypt-2.2-sources.jar | 690 KB |
| unicrypt-2.2-javadoc.jar | 3 MB |
| Browse |
<!-- 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"]