chain5j-eth


License

License

GroupId

GroupId

com.xwc1125.chain5j
ArtifactId

ArtifactId

chain5j-eth
Last Version

Last Version

4.3.8
Release Date

Release Date

Type

Type

pom
Description

Description

chain5j-eth
chain5j-eth
Project URL

Project URL

https://github.com/xwc1125/chain5j-eth
Source Code Management

Source Code Management

https://github.com/xwc1125/chain5j-eth.git

Download chain5j-eth

Filename Size
chain5j-eth-4.3.8.pom 9 KB
Browse

How to add to project

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

Dependencies

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

  • eth-utils
  • eth-crypto
  • eth-core
  • eth-abi
  • eth-codegen
  • eth-console
  • eth-contracts
  • eth-geth
  • eth-token
  • eth-infura
  • eth-pantheon
  • eth-rlp
  • eth-tuples

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