MVN

com.baboaisystem : resolution

Maven & Gradle

Mar 27, 2022
0 stars

resolution · Ethereum domain registry to resolve information connected to ens domain

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

Latest Version

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

  • Latest Stable: 4.0.9

All Versions

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

Version Vulnerabilities Updated
4.0.x
resolution-4.0.9
resolution-4.0.8
resolution-4.0.7
resolution-4.0.6
resolution-4.0.5
resolution-4.0.4
resolution-4.0.3
resolution-4.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.baboaisystem</groupId>
    <artifactId>resolution</artifactId>
    <version>4.0.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.baboaisystem:resolution:4.0.9'

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

implementation("com.baboaisystem:resolution:4.0.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.baboaisystem" % "resolution" % "4.0.9"

Advertisement