MVN

de.taimos : dvlain-i18n

Maven & Gradle

Apr 06, 2018

i18n support for dvalin

<dependency>
    <groupId>de.taimos</groupId>
    <artifactId>dvlain-i18n</artifactId>
    <version>1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.taimos : dvlain-i18n to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.26

All Versions

Choose a version of de.taimos : dvlain-i18n to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.26
dvlain-i18n-1.26
1.25
dvlain-i18n-1.25
1.24
dvlain-i18n-1.24

How to add a dependency to Maven

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

<dependency>
    <groupId>de.taimos</groupId>
    <artifactId>dvlain-i18n</artifactId>
    <version>1.26</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'de.taimos:dvlain-i18n:1.26'

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

implementation("de.taimos:dvlain-i18n:1.26")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.taimos" % "dvlain-i18n" % "1.26"

Advertisement