MVN

commons-i18n : commons-i18n

Maven & Gradle

Nov 06, 2006

Commons I18n · Internationalization package

<dependency>
    <groupId>commons-i18n</groupId>
    <artifactId>commons-i18n</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of commons-i18n : commons-i18n to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of commons-i18n : commons-i18n to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
commons-i18n-0.5
0.4
commons-i18n-0.4
0.3
commons-i18n-0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>commons-i18n</groupId>
    <artifactId>commons-i18n</artifactId>
    <version>0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'commons-i18n:commons-i18n:0.3'

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

implementation("commons-i18n:commons-i18n:0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "commons-i18n" % "commons-i18n" % "0.3"