MVN

com.luhuiguo.fasttext : fasttext

Maven & Gradle

Mar 06, 2019
1 stars

Java interface for fastText · JFastText is a Java interface for fastText, a library for efficient learning of word representations and sentence classification.

<dependency>
    <groupId>com.luhuiguo.fasttext</groupId>
    <artifactId>fasttext</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.luhuiguo.fasttext : fasttext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of com.luhuiguo.fasttext : fasttext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
fasttext-0.2.0

How to add a dependency to Maven

Add the following com.luhuiguo.fasttext : fasttext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.luhuiguo.fasttext</groupId>
    <artifactId>fasttext</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.luhuiguo.fasttext : fasttext gradle dependency to your build.gradle file:

implementation 'com.luhuiguo.fasttext:fasttext:0.2.0'

Gradle Kotlin DSL: Add the following com.luhuiguo.fasttext : fasttext gradle kotlin dependency to your build.gradle.kts file:

implementation("com.luhuiguo.fasttext:fasttext:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.luhuiguo.fasttext : fasttext sbt scala dependency to your build.sbt file:

libraryDependencies += "com.luhuiguo.fasttext" % "fasttext" % "0.2.0"

Advertisement

Dependencies from Group

Mar 06, 2019
1 stars

Discover Dependencies

Dec 16, 2020
159 stars
Dec 16, 2020
6 usages
159 stars
May 14, 2021
4 usages
1.5k stars
Jul 31, 2023
209 usages
49k stars
Mar 08, 2019
2 stars
Jan 26, 2023
1 usages
19 stars
Jul 27, 2023
2 usages
1.4k stars
Jul 27, 2023
2 usages
1.4k stars