MVN

xyz.erupt : erupt-i18n

Maven & Gradle

May 27, 2023
2.1k stars

i18n support

<dependency>
    <groupId>xyz.erupt</groupId>
    <artifactId>erupt-i18n</artifactId>
    <version>1.11.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.erupt : erupt-i18n to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.7
  • Latest Beta: 1.10.10-beta2

All Versions

Choose a version of xyz.erupt : erupt-i18n to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
erupt-i18n-1.11.7
erupt-i18n-1.11.6
erupt-i18n-1.11.5
erupt-i18n-1.11.4
erupt-i18n-1.11.3
erupt-i18n-1.11.2
erupt-i18n-1.11.1
1.10.x
erupt-i18n-1.10.15
erupt-i18n-1.10.14
erupt-i18n-1.10.13
erupt-i18n-1.10.12
erupt-i18n-1.10.11
erupt-i18n-1.10.10
erupt-i18n-1.10.10-beta2
erupt-i18n-1.10.10-beta
erupt-i18n-1.10.9
erupt-i18n-1.10.9-beta
erupt-i18n-1.10.8
erupt-i18n-1.10.8-beta.4
erupt-i18n-1.10.8-beta.3
erupt-i18n-1.10.8-beta.2
erupt-i18n-1.10.8-beta
erupt-i18n-1.10.7
erupt-i18n-1.10.6
erupt-i18n-1.10.5
erupt-i18n-1.10.4
erupt-i18n-1.10.3
erupt-i18n-1.10.2
erupt-i18n-1.10.1
erupt-i18n-1.10.0-beta
1.9.x
erupt-i18n-1.9.3
erupt-i18n-1.9.2
erupt-i18n-1.9.1

How to add a dependency to Maven

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

<dependency>
    <groupId>xyz.erupt</groupId>
    <artifactId>erupt-i18n</artifactId>
    <version>1.11.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'xyz.erupt:erupt-i18n:1.11.7'

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

implementation("xyz.erupt:erupt-i18n:1.11.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "xyz.erupt" % "erupt-i18n" % "1.11.7"