组织ID: |
org.web3j |
项目ID: |
crypto |
版本: |
4.5.17 |
最后修改时间: |
2020-03-19 17:36:37 |
包类型: |
jar |
标题: |
web3j |
描述: |
web3j Ethereum crypto library |
相关URL: |
https://web3j.io |
大小: |
47.90KB |
|
Maven引入代码: |
<dependency>
<groupId>org.web3j</groupId>
<artifactId>crypto</artifactId>
<version>4.5.17</version>
</dependency>
|
Gradle引入代码: |
org.web3j:crypto:4.5.17
|
下载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.5.17</version>
<name>web3j</name>
<description>web3j Ethereum crypto library</description>
<url>https://web3j.io</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>conor10</id>
<name>Conor Svensson</name>
<email>conor10@gmail.com</email>
</developer>
<developer>
<id>antonydenyer</id>
<name>Antony Denyer</name>
<email>antony@web3labs.com</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/web3j/web3j.git</connection>
<developerConnection>scm:git://github.com/web3j/web3j.git</developerConnection>
<url>https://github.com/web3j/web3j</url>
</scm>
<dependencies>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>abi</artifactId>
<version>4.5.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>rlp</artifactId>
<version>4.5.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>utils</artifactId>
<version>4.5.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.web3j.crypto.MnemonicUtils.class
org.web3j.crypto.Credentials.class
org.web3j.crypto.StructuredData.class
org.web3j.crypto.SignedRawTransaction.class
org.web3j.crypto.Keys.class
org.web3j.crypto.ContractUtils.class
org.web3j.crypto.LinuxSecureRandom.class
org.web3j.crypto.Sign.class
org.web3j.crypto.CipherException.class
org.web3j.crypto.TransactionEncoder.class
org.web3j.crypto.SignatureDataOperations.class
org.web3j.crypto.Bip39Wallet.class
org.web3j.crypto.ECKeyPair.class
org.web3j.crypto.StructuredData$EIP712Domain.class
org.web3j.crypto.StructuredDataEncoder$1.class
org.web3j.crypto.SecureRandomUtils.class
org.web3j.crypto.Bip32ECKeyPair.class
org.web3j.crypto.LinuxSecureRandom$LinuxSecureRandomProvider.class
org.web3j.crypto.StructuredData$Entry.class
org.web3j.crypto.StructuredDataEncoder.class
org.web3j.crypto.RawTransaction.class
org.web3j.crypto.TransactionUtils.class
org.web3j.crypto.ECDSASignature.class
org.web3j.crypto.Sign$SignatureData.class
org.web3j.crypto.StructuredData$EIP712Message.class
org.web3j.crypto.TransactionDecoder.class
en-mnemonic-word-list.txt
|
依赖Jar: |
abi-4.5.17.jar
/org.web3j/abi/4.5.17
查看abi所有版本文件
rlp-4.5.17.jar
/org.web3j/rlp/4.5.17
查看rlp所有版本文件
utils-4.5.17.jar
/org.web3j/utils/4.5.17
查看utils所有版本文件
slf4j-api-1.7.25.jar
/org.slf4j/slf4j-api/1.7.25
查看slf4j-api所有版本文件
jackson-databind-2.8.5.jar
/com.fasterxml.jackson.core/jackson-databind/2.8.5
查看jackson-databind所有版本文件
|