MVN

be.dnsbelgium : rdap-client

Maven & Gradle

Nov 30, 2022
16 stars

RDAP rdap-client · RDAP implementation

<dependency>
    <groupId>be.dnsbelgium</groupId>
    <artifactId>rdap-client</artifactId>
    <version>2.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.dnsbelgium : rdap-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.11

All Versions

Choose a version of be.dnsbelgium : rdap-client to add to Maven or Gradle - All Versions:

  • Version Updated
  • rdap-client-2.0.11

    Nov 30, 2022
  • rdap-client-2.0.10

    Jan 28, 2020
  • rdap-client-2.0.9

    Jan 28, 2020
  • rdap-client-2.0.7

    Oct 02, 2019
  • rdap-client-2.0.6

    Oct 02, 2019
  • rdap-client-2.0.5

    Oct 02, 2019
  • rdap-client-2.0.4

    Oct 02, 2019
  • rdap-client-2.0.3

    Oct 02, 2019
  • rdap-client-2.0.2

    Oct 02, 2019
  • rdap-client-2.0.1

    Aug 27, 2019
  • rdap-client-2.0.0

    Aug 26, 2019
  • rdap-client-1.1.0

    Nov 27, 2015
  • rdap-client-1.0.3

    May 21, 2015
  • rdap-client-1.0.2

    May 18, 2015
  • rdap-client-1.0.0

    May 11, 2015
  • rdap-client-0.3.6

    Dec 15, 2014
  • rdap-client-0.3.5

    Dec 12, 2014
  • rdap-client-0.3.4

    Mar 02, 2014
  • rdap-client-0.3.3

    Jan 09, 2014

How to add a dependency to Maven

Add the following be.dnsbelgium : rdap-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.dnsbelgium</groupId>
    <artifactId>rdap-client</artifactId>
    <version>2.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.dnsbelgium : rdap-client gradle dependency to your build.gradle file:

implementation 'be.dnsbelgium:rdap-client:2.0.11'

Gradle Kotlin DSL: Add the following be.dnsbelgium : rdap-client gradle kotlin dependency to your build.gradle.kts file:

implementation("be.dnsbelgium:rdap-client:2.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.dnsbelgium : rdap-client sbt scala dependency to your build.sbt file:

libraryDependencies += "be.dnsbelgium" % "rdap-client" % "2.0.11"