MVN

xyz.seleya.product : ens-client

Maven & Gradle

Oct 14, 2022
0 stars

ens-client · A simple and naive java wrapper library for retrieving ENS-related information from an Ethereum node. This library is built on top of the excellent web3j project (https://github.com/web3j/web3j).

<dependency>
    <groupId>xyz.seleya.product</groupId>
    <artifactId>ens-client</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.seleya.product : ens-client to add to Maven - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of xyz.seleya.product : ens-client to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
ens-client-0.0.8
ens-client-0.0.7
ens-client-0.0.6
ens-client-0.0.5
ens-client-0.0.4
ens-client-0.0.3
ens-client-0.0.2
ens-client-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>xyz.seleya.product</groupId>
    <artifactId>ens-client</artifactId>
    <version>0.0.8</version>
</dependency>