组织ID: |
org.web3j |
项目ID: |
crypto |
版本: |
4.3.0 |
最后修改时间: |
2019-05-10 01:02:00 |
包类型: |
jar |
标题: |
crypto |
描述: |
web3j Ethereum crypto library |
相关URL: |
https://github.com/web3j/web3j |
大小: |
37.13KB |
|
Maven引入代码: |
<dependency>
<groupId>org.web3j</groupId>
<artifactId>crypto</artifactId>
<version>4.3.0</version>
</dependency>
|
Gradle引入代码: |
org.web3j:crypto:4.3.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.web3j</groupId>
<artifactId>crypto</artifactId>
<version>4.3.0</version>
<name>crypto</name>
<description>web3j Ethereum crypto library</description>
<url>https://github.com/web3j/web3j</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>conor10</id>
<name>Conor Svensson</name>
<email>conor10@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/web3j/web3j.git</connection>
<developerConnection>scm:git://github.com/web3j/web3j.git</developerConnection>
<url>https://github.com/web3j/web3j.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>rlp</artifactId>
<version>4.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>utils</artifactId>
<version>4.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.web3j.crypto.Sign.class
org.web3j.crypto.TransactionDecoder.class
org.web3j.crypto.Credentials.class
org.web3j.crypto.MnemonicUtils.class
org.web3j.crypto.ECKeyPair.class
org.web3j.crypto.SignatureDataOperations.class
org.web3j.crypto.CipherException.class
org.web3j.crypto.RawTransaction.class
org.web3j.crypto.SecureRandomUtils.class
org.web3j.crypto.TransactionUtils.class
org.web3j.crypto.Bip39Wallet.class
org.web3j.crypto.ContractUtils.class
org.web3j.crypto.LinuxSecureRandom$LinuxSecureRandomProvider.class
org.web3j.crypto.SignedRawTransaction.class
org.web3j.crypto.LinuxSecureRandom.class
org.web3j.crypto.Keys.class
org.web3j.crypto.TransactionEncoder.class
org.web3j.crypto.Bip32ECKeyPair.class
org.web3j.crypto.Sign$SignatureData.class
org.web3j.crypto.ECDSASignature.class
en-mnemonic-word-list.txt
|
依赖Jar: |
rlp-4.3.0.jar
/org.web3j/rlp/4.3.0
查看rlp所有版本文件
utils-4.3.0.jar
/org.web3j/utils/4.3.0
查看utils所有版本文件
slf4j-api-1.7.25.jar
/org.slf4j/slf4j-api/1.7.25
查看slf4j-api所有版本文件
|