com.xwc1125.chain5j:eth-core

chain5j-eth

License

License

GroupId

GroupId

com.xwc1125.chain5j
ArtifactId

ArtifactId

eth-core
Last Version

Last Version

4.3.8
Release Date

Release Date

Type

Type

jar
Description

Description

chain5j-eth

Download eth-core

How to add to project

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

Dependencies

compile (12)

Group / Artifact Type Version
com.xwc1125.chain5j : eth-abi jar 4.3.8
com.xwc1125.chain5j : eth-crypto jar 4.3.8
com.xwc1125.chain5j : eth-tuples jar 4.3.8
com.github.jnr : jnr-unixsocket jar 0.21
com.squareup.okhttp3 : okhttp jar 3.8.1
com.squareup.okhttp3 : logging-interceptor jar 3.8.1
io.reactivex.rxjava2 : rxjava jar 2.2.2
org.java-websocket : Java-WebSocket jar 1.3.8
com.fasterxml.jackson.core : jackson-databind jar 2.8.5
org.slf4j : slf4j-api jar 1.7.25
com.google.guava : guava jar 19.0
com.squareup : javapoet jar 1.7.0

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