License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface |
GroupId | GroupIdnet.osslabz |
ArtifactId | ArtifactIdevm-client |
Last Version | Last Version0.0.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEvmClient (net.osslabz:evm-client)
A simple wrapper around web3j to simplify common use-cases. Also provides pre-configured information
to access other EVM-compatible chains except Ethereum itself (e.g. Avalanche).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
evm-client-0.0.13.pom | |
evm-client-0.0.13.jar | 28 KB |
evm-client-0.0.13-sources.jar | 15 KB |
evm-client-0.0.13-javadoc.jar | 458 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.osslabz/evm-client/ -->
<dependency>
<groupId>net.osslabz</groupId>
<artifactId>evm-client</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/net.osslabz/evm-client/
implementation 'net.osslabz:evm-client:0.0.13'
// https://jarcasting.com/artifacts/net.osslabz/evm-client/
implementation ("net.osslabz:evm-client:0.0.13")
'net.osslabz:evm-client:jar:0.0.13'
<dependency org="net.osslabz" name="evm-client" rev="0.0.13">
<artifact name="evm-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.osslabz', module='evm-client', version='0.0.13')
)
libraryDependencies += "net.osslabz" % "evm-client" % "0.0.13"
[net.osslabz/evm-client "0.0.13"]
Group / Artifact | Type | Version |
---|---|---|
org.web3j : core | jar | 4.8.9 |
org.web3j : contracts | jar | 4.8.9 |
com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
com.squareup.okhttp3 : logging-interceptor | jar | 4.9.3 |
org.java-websocket : Java-WebSocket | jar | 1.5.3 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.24 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
ch.qos.logback : logback-classic | jar | 1.2.11 |