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