MVN

org.apache.abdera : abdera-i18n

Maven & Gradle

Dec 21, 2012
40 usages

I18N Libraries · RFC 3987 (Internationlaized Resource Identifier) libraries.

<dependency>
    <groupId>org.apache.abdera</groupId>
    <artifactId>abdera-i18n</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.abdera : abdera-i18n to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of org.apache.abdera : abdera-i18n to add to Maven or Gradle - All Versions:

  • Version Updated
  • abdera-i18n-1.1.3

    Dec 21, 2012
  • abdera-i18n-1.1.2

    Jan 09, 2011
  • abdera-i18n-1.1.1

    Nov 30, 2010
  • abdera-i18n-1.1

    Jun 18, 2010
  • abdera-i18n-1.0

    May 01, 2010
  • abdera-i18n-0.4.0-incubating

    Apr 10, 2008

How to add a dependency to Maven

Add the following org.apache.abdera : abdera-i18n maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.abdera</groupId>
    <artifactId>abdera-i18n</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.abdera : abdera-i18n gradle dependency to your build.gradle file:

implementation 'org.apache.abdera:abdera-i18n:1.1.3'

Gradle Kotlin DSL: Add the following org.apache.abdera : abdera-i18n gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.abdera:abdera-i18n:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.abdera : abdera-i18n sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.abdera" % "abdera-i18n" % "1.1.3"