MVN

cz.active24.client.fred : fred-client

Maven & Gradle

Apr 21, 2023
14 stars

FRED client · A Java EPP client for FRED (Free Registry for ENUM and Domains)

<dependency>
    <groupId>cz.active24.client.fred</groupId>
    <artifactId>fred-client</artifactId>
    <version>2.47</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.active24.client.fred : fred-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.47

All Versions

Choose a version of cz.active24.client.fred : fred-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.47
fred-client-2.47
2.46.x
fred-client-2.46.1
2.46
fred-client-2.46
2.44.x
fred-client-2.44.1
2.44
fred-client-2.44
2.41
fred-client-2.41

How to add a dependency to Maven

Add the following cz.active24.client.fred : fred-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.active24.client.fred</groupId>
    <artifactId>fred-client</artifactId>
    <version>2.47</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.active24.client.fred : fred-client gradle dependency to your build.gradle file:

implementation 'cz.active24.client.fred:fred-client:2.47'

Gradle Kotlin DSL: Add the following cz.active24.client.fred : fred-client gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.active24.client.fred:fred-client:2.47")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.active24.client.fred : fred-client sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.active24.client.fred" % "fred-client" % "2.47"

Advertisement