MVN

com.unstoppabledomains : resolution

Maven & Gradle

Dec 01, 2021
23 stars

resolution · Resolution library that talks with Ethereum .crypto registry to resolve various information attached to .crypto domain

<dependency>
    <groupId>com.unstoppabledomains</groupId>
    <artifactId>resolution</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.unstoppabledomains : resolution to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of com.unstoppabledomains : resolution to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
resolution-5.0.0
4.0.x
resolution-4.0.0
3.0.x
resolution-3.0.0
2.0.x
resolution-2.0.0
1.13.x
resolution-1.13.3
resolution-1.13.2
resolution-1.13.1
resolution-1.13.0
1.12.x
resolution-1.12.1
resolution-1.12.0
1.11.x
resolution-1.11.0
1.10.x
resolution-1.10.0
1.9.x
resolution-1.9.1
resolution-1.9.0
1.8.x
resolution-1.8.1
resolution-1.8.0
1.7.x
resolution-1.7.0
1.6.x
resolution-1.6.1
resolution-1.6.0
1.5.x
resolution-1.5.1
resolution-1.5.0
resolution
resolution-resolution
unstoppable
resolution-unstoppable-resolution

How to add a dependency to Maven

Add the following com.unstoppabledomains : resolution maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.unstoppabledomains</groupId>
    <artifactId>resolution</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.unstoppabledomains : resolution gradle dependency to your build.gradle file:

implementation 'com.unstoppabledomains:resolution:5.0.0'

Gradle Kotlin DSL: Add the following com.unstoppabledomains : resolution gradle kotlin dependency to your build.gradle.kts file:

implementation("com.unstoppabledomains:resolution:5.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.unstoppabledomains : resolution sbt scala dependency to your build.sbt file:

libraryDependencies += "com.unstoppabledomains" % "resolution" % "5.0.0"

Advertisement