License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.wavesplatform |
ArtifactId | ArtifactIdwaves-crypto |
Last Version | Last Version2.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWaves Crypto for Java
Tools to work with cryptographic primitives used in the Waves blockchain
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
waves-crypto-2.0.4.pom | |
waves-crypto-2.0.4.jar | 45 KB |
waves-crypto-2.0.4-sources.jar | 22 KB |
waves-crypto-2.0.4-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wavesplatform/waves-crypto/ -->
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>waves-crypto</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavesplatform/waves-crypto/
implementation 'com.wavesplatform:waves-crypto:2.0.4'
// https://jarcasting.com/artifacts/com.wavesplatform/waves-crypto/
implementation ("com.wavesplatform:waves-crypto:2.0.4")
'com.wavesplatform:waves-crypto:jar:2.0.4'
<dependency org="com.wavesplatform" name="waves-crypto" rev="2.0.4">
<artifact name="waves-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavesplatform', module='waves-crypto', version='2.0.4')
)
libraryDependencies += "com.wavesplatform" % "waves-crypto" % "2.0.4"
[com.wavesplatform/waves-crypto "2.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcpkix-jdk15on | jar | 1.70 |
org.bouncycastle : bcprov-jdk15on | jar | 1.70 |
com.wavesplatform : curve25519-java | jar | 0.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
org.assertj : assertj-core | jar | 3.20.2 |