GroupId | GroupIdorg.web3j |
---|---|
ArtifactId | ArtifactIdcrypto |
Version | Version4.9.2 |
Type | Typejar |
Filename | Size |
---|---|
crypto-4.9.2.pom | |
crypto-4.9.2.jar | 60 KB |
crypto-4.9.2-tests.jar | 56 KB |
crypto-4.9.2-sources.jar | 49 KB |
crypto-4.9.2-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.web3j/crypto/ -->
<dependency>
<groupId>org.web3j</groupId>
<artifactId>crypto</artifactId>
<version>4.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/crypto/
implementation 'org.web3j:crypto:4.9.2'
// https://jarcasting.com/artifacts/org.web3j/crypto/
implementation ("org.web3j:crypto:4.9.2")
'org.web3j:crypto:jar:4.9.2'
<dependency org="org.web3j" name="crypto" rev="4.9.2">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='crypto', version='4.9.2')
)
libraryDependencies += "org.web3j" % "crypto" % "4.9.2"
[org.web3j/crypto "4.9.2"]