MVN

org.foundationdb : fdb-record-layer-icu

Maven & Gradle

Mar 29, 2020
554 stars

fdb-record-layer-icu · Collation support for fdb-record-layer using ICU

<dependency>
    <groupId>org.foundationdb</groupId>
    <artifactId>fdb-record-layer-icu</artifactId>
    <version>2.8.110.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.foundationdb : fdb-record-layer-icu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.110.0

All Versions

Choose a version of org.foundationdb : fdb-record-layer-icu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
fdb-record-layer-icu-2.8.110.0
fdb-record-layer-icu-2.8.97.0
fdb-record-layer-icu-2.8.91.0
fdb-record-layer-icu-2.8.90.0
fdb-record-layer-icu-2.8.89.0
fdb-record-layer-icu-2.8.88.0
2.7.x
fdb-record-layer-icu-2.7.74.0
fdb-record-layer-icu-2.7.72.0
2.6.x
fdb-record-layer-icu-2.6.60.0
2.5.x
fdb-record-layer-icu-2.5.52.0
fdb-record-layer-icu-2.5.47.0
fdb-record-layer-icu-2.5.44.0

How to add a dependency to Maven

Add the following org.foundationdb : fdb-record-layer-icu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.foundationdb</groupId>
    <artifactId>fdb-record-layer-icu</artifactId>
    <version>2.8.110.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.foundationdb : fdb-record-layer-icu gradle dependency to your build.gradle file:

implementation 'org.foundationdb:fdb-record-layer-icu:2.8.110.0'

Gradle Kotlin DSL: Add the following org.foundationdb : fdb-record-layer-icu gradle kotlin dependency to your build.gradle.kts file:

implementation("org.foundationdb:fdb-record-layer-icu:2.8.110.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.foundationdb : fdb-record-layer-icu sbt scala dependency to your build.sbt file:

libraryDependencies += "org.foundationdb" % "fdb-record-layer-icu" % "2.8.110.0"

Advertisement