MVN

io.corbel : i18n

Maven & Gradle

Mar 08, 2019

i18n

<dependency>
    <groupId>io.corbel</groupId>
    <artifactId>i18n</artifactId>
    <version>1.44.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.corbel : i18n to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.44.0

All Versions

Choose a version of io.corbel : i18n to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.44.x
i18n-1.44.0
1.42.x
i18n-1.42.0
1.41.x
i18n-1.41.0
1.40.x
i18n-1.40.0
1.39.x
i18n-1.39.0
1.38.x
i18n-1.38.0
1.37.x
i18n-1.37.0
1.36.x
i18n-1.36.0
1.35.x
i18n-1.35.0
1.34.x
i18n-1.34.0
1.33.x
i18n-1.33.0
1.32.x
i18n-1.32.0
1.31.x
i18n-1.31.0
1.30.x
i18n-1.30.0
1.29.x
i18n-1.29.1
i18n-1.29.0
1.28.x
i18n-1.28.0
1.27.x
i18n-1.27.1
i18n-1.27.0
1.26.x
i18n-1.26.0
1.25.x
i18n-1.25.0
1.24.x
i18n-1.24.0
1.23.x
i18n-1.23.0
1.22.x
i18n-1.22.0
1.21.x
i18n-1.21.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.corbel</groupId>
    <artifactId>i18n</artifactId>
    <version>1.44.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.corbel : i18n gradle dependency to your build.gradle file:

implementation 'io.corbel:i18n:1.44.0'

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

implementation("io.corbel:i18n:1.44.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.corbel : i18n sbt scala dependency to your build.sbt file:

libraryDependencies += "io.corbel" % "i18n" % "1.44.0"

Advertisement