com.xwc1125.chain5j:eth-crypto

chain5j-eth

License

License

GroupId

GroupId

com.xwc1125.chain5j
ArtifactId

ArtifactId

eth-crypto
Last Version

Last Version

4.3.8
Release Date

Release Date

Type

Type

jar
Description

Description

chain5j-eth

Download eth-crypto

How to add to project

<!-- https://jarcasting.com/artifacts/com.xwc1125.chain5j/eth-crypto/ -->
<dependency>
    <groupId>com.xwc1125.chain5j</groupId>
    <artifactId>eth-crypto</artifactId>
    <version>4.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.xwc1125.chain5j/eth-crypto/
implementation 'com.xwc1125.chain5j:eth-crypto:4.3.8'
// https://jarcasting.com/artifacts/com.xwc1125.chain5j/eth-crypto/
implementation ("com.xwc1125.chain5j:eth-crypto:4.3.8")
'com.xwc1125.chain5j:eth-crypto:jar:4.3.8'
<dependency org="com.xwc1125.chain5j" name="eth-crypto" rev="4.3.8">
  <artifact name="eth-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xwc1125.chain5j', module='eth-crypto', version='4.3.8')
)
libraryDependencies += "com.xwc1125.chain5j" % "eth-crypto" % "4.3.8"
[com.xwc1125.chain5j/eth-crypto "4.3.8"]

Dependencies

compile (3)

Group / Artifact Type Version
com.xwc1125.chain5j : eth-rlp jar 4.3.8
com.xwc1125.chain5j : eth-utils jar 4.3.8
org.slf4j : slf4j-api jar 1.7.25

test (3)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.27.0
junit : junit jar 4.11
nl.jqno.equalsverifier : equalsverifier jar 3.1.9

Project Modules

There are no modules declared in this project.

chain5j-eth

Base on web3j-java.

To get a Git project into your build:

Maven

  • Maven Center

    <dependency>
        <groupId>com.xwc1125.chain5j</groupId>
        <artifactId>chain5j-eth</artifactId>
        <version>Tag</version>
    </dependency>
    
  • jitpack:

    • Step 1. Add the JitPack repository to your build file
    <repositories>
    	<repository>
    	    <id>jitpack.io</id>
    	    <url>https://jitpack.io</url>
    	</repository>
    </repositories>
    
    • Step 2. Add the dependency
    <dependency>
        <groupId>com.github.xwc1125.chain5j-eth</groupId>
        <artifactId>eth</artifactId>
        <version>Tag</version>
    </dependency>
    

Gradle:

  • Maven Center

    dependencies {
            implementation 'com.xwc1125.chain5j:chain5j-eth:Tag'
    }
    
  • jitpack:

    • Step 1. Add the JitPack repository to your build file
    allprojects {
    	repositories {
    		...
    		maven { url 'https://jitpack.io' }
    	}
    }
    
    • Step 2. Add the dependency
    dependencies {
            implementation 'com.github.xwc1125.chain5j-eth:eth:4.2.0'
    }
    

Versions

Version
4.3.8
4.3.7
4.3.6