MVN

net.xyzsd.fluent : fluent-functions-icu

Maven & Gradle

Jun 10, 2021
14 stars

Project Fluent for Java · A Java implementation of the Mozilla Project Fluent

<dependency>
    <groupId>net.xyzsd.fluent</groupId>
    <artifactId>fluent-functions-icu</artifactId>
    <version>0.70</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.xyzsd.fluent : fluent-functions-icu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.70

All Versions

Choose a version of net.xyzsd.fluent : fluent-functions-icu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.70
fluent-functions-icu-0.70

How to add a dependency to Maven

Add the following net.xyzsd.fluent : fluent-functions-icu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.xyzsd.fluent</groupId>
    <artifactId>fluent-functions-icu</artifactId>
    <version>0.70</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.xyzsd.fluent : fluent-functions-icu gradle dependency to your build.gradle file:

implementation 'net.xyzsd.fluent:fluent-functions-icu:0.70'

Gradle Kotlin DSL: Add the following net.xyzsd.fluent : fluent-functions-icu gradle kotlin dependency to your build.gradle.kts file:

implementation("net.xyzsd.fluent:fluent-functions-icu:0.70")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.xyzsd.fluent : fluent-functions-icu sbt scala dependency to your build.sbt file:

libraryDependencies += "net.xyzsd.fluent" % "fluent-functions-icu" % "0.70"

Advertisement