License |
License |
---|---|
GroupId | GroupIdorg.nervos |
ArtifactId | ArtifactIdcrypto |
Version | Version0.20 |
Type | Typejar |
Description |
Descriptionnervosj
null
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crypto-0.20.pom | |
crypto-0.20.jar | 33 KB |
crypto-0.20-tests.jar | 17 KB |
crypto-0.20-sources.jar | 21 KB |
crypto-0.20-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nervos/crypto/ -->
<dependency>
<groupId>org.nervos</groupId>
<artifactId>crypto</artifactId>
<version>0.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.nervos/crypto/
implementation 'org.nervos:crypto:0.20'
// https://jarcasting.com/artifacts/org.nervos/crypto/
implementation ("org.nervos:crypto:0.20")
'org.nervos:crypto:jar:0.20'
<dependency org="org.nervos" name="crypto" rev="0.20">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nervos', module='crypto', version='0.20')
)
libraryDependencies += "org.nervos" % "crypto" % "0.20"
[org.nervos/crypto "0.20"]
Group / Artifact | Type | Version |
---|---|---|
org.nervos : rlp | jar | 0.20 |
org.nervos : utils | jar | 0.20 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.5 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.10.19 |