MVN

io.kriptal.ethers : ethers-bom

Maven & Gradle

Nov 03, 2023
16 stars

ethers-bom · Async, high-performance Kotlin library for interacting with EVM-based blockchains. Targeting JVM and Android platforms.

<dependency>
    <groupId>io.kriptal.ethers</groupId>
    <artifactId>ethers-bom</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.kriptal.ethers : ethers-bom to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of io.kriptal.ethers : ethers-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
ethers-bom-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.kriptal.ethers</groupId>
    <artifactId>ethers-bom</artifactId>
    <version>0.1.0</version>
</dependency>

Advertisement