is not current version
Last Version 0.4

com.github.vinhkhuc:jfasttext 0.3

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

GroupId

GroupId

com.github.vinhkhuc
ArtifactId

ArtifactId

jfasttext
Version

Version

0.3
Type

Type

jar

Download jfasttext 0.3


<!-- https://jarcasting.com/artifacts/com.github.vinhkhuc/jfasttext/ -->
<dependency>
    <groupId>com.github.vinhkhuc</groupId>
    <artifactId>jfasttext</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vinhkhuc/jfasttext/
implementation 'com.github.vinhkhuc:jfasttext:0.3'
// https://jarcasting.com/artifacts/com.github.vinhkhuc/jfasttext/
implementation ("com.github.vinhkhuc:jfasttext:0.3")
'com.github.vinhkhuc:jfasttext:jar:0.3'
<dependency org="com.github.vinhkhuc" name="jfasttext" rev="0.3">
  <artifact name="jfasttext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vinhkhuc', module='jfasttext', version='0.3')
)
libraryDependencies += "com.github.vinhkhuc" % "jfasttext" % "0.3"
[com.github.vinhkhuc/jfasttext "0.3"]