MVN

io.fluidsonic.cldr : fluid-cldr

Maven & Gradle

Mar 17, 2021
2 stars

fluid-cldr · Kotlin library for making CLDR data more easily accessible

<dependency>
    <groupId>io.fluidsonic.cldr</groupId>
    <artifactId>fluid-cldr</artifactId>
    <version>0.9.3-37</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fluidsonic.cldr : fluid-cldr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.3-37

All Versions

Choose a version of io.fluidsonic.cldr : fluid-cldr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
fluid-cldr-0.9.3-37
fluid-cldr-0.9.1-37
fluid-cldr-0.9.0-37

How to add a dependency to Maven

Add the following io.fluidsonic.cldr : fluid-cldr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fluidsonic.cldr</groupId>
    <artifactId>fluid-cldr</artifactId>
    <version>0.9.3-37</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fluidsonic.cldr : fluid-cldr gradle dependency to your build.gradle file:

implementation 'io.fluidsonic.cldr:fluid-cldr:0.9.3-37'

Gradle Kotlin DSL: Add the following io.fluidsonic.cldr : fluid-cldr gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fluidsonic.cldr:fluid-cldr:0.9.3-37")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fluidsonic.cldr : fluid-cldr sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fluidsonic.cldr" % "fluid-cldr" % "0.9.3-37"

Advertisement