Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.wavesplatform |
ArtifactId | ArtifactIdwaves-crypto |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
waves-crypto-2.0.3.pom | |
waves-crypto-2.0.3.jar | 44 KB |
waves-crypto-2.0.3-sources.jar | 22 KB |
waves-crypto-2.0.3-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wavesplatform/waves-crypto/ -->
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>waves-crypto</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavesplatform/waves-crypto/
implementation 'com.wavesplatform:waves-crypto:2.0.3'
// https://jarcasting.com/artifacts/com.wavesplatform/waves-crypto/
implementation ("com.wavesplatform:waves-crypto:2.0.3")
'com.wavesplatform:waves-crypto:jar:2.0.3'
<dependency org="com.wavesplatform" name="waves-crypto" rev="2.0.3">
<artifact name="waves-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavesplatform', module='waves-crypto', version='2.0.3')
)
libraryDependencies += "com.wavesplatform" % "waves-crypto" % "2.0.3"
[com.wavesplatform/waves-crypto "2.0.3"]