MVN

net.xp-framework : ietf

Maven & Gradle

Jan 09, 2013
5 stars

IETF XP-Module · The IETF module is an add-on to the XP framework that adds support of different standards defined by IETF. Currently only UUID and PunyCode is implemented.

<dependency>
    <groupId>net.xp-framework</groupId>
    <artifactId>ietf</artifactId>
    <version>5.8.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.xp-framework : ietf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.8.10

All Versions

Choose a version of net.xp-framework : ietf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.8.x
ietf-5.8.10
ietf-5.8.9
ietf-5.8.8
ietf-5.8.7
ietf-5.8.6
ietf-5.8.5
ietf-5.8.4
ietf-5.8.3
ietf-5.8.2

How to add a dependency to Maven

Add the following net.xp-framework : ietf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.xp-framework</groupId>
    <artifactId>ietf</artifactId>
    <version>5.8.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.xp-framework : ietf gradle dependency to your build.gradle file:

implementation 'net.xp-framework:ietf:5.8.10'

Gradle Kotlin DSL: Add the following net.xp-framework : ietf gradle kotlin dependency to your build.gradle.kts file:

implementation("net.xp-framework:ietf:5.8.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.xp-framework : ietf sbt scala dependency to your build.sbt file:

libraryDependencies += "net.xp-framework" % "ietf" % "5.8.10"

Advertisement