GroupId | GroupIdio.github.carschno |
---|---|
ArtifactId | ArtifactIdjfasttext |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
jfasttext-0.5.0.pom | |
jfasttext-0.5.0.jar | 154 KB |
jfasttext-0.5.0-sources.jar | 5 KB |
jfasttext-0.5.0-javadoc.jar | 472 KB |
jfasttext-0.5.0-jar-with-dependencies.jar | 541 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.carschno/jfasttext/ -->
<dependency>
<groupId>io.github.carschno</groupId>
<artifactId>jfasttext</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.carschno/jfasttext/
implementation 'io.github.carschno:jfasttext:0.5.0'
// https://jarcasting.com/artifacts/io.github.carschno/jfasttext/
implementation ("io.github.carschno:jfasttext:0.5.0")
'io.github.carschno:jfasttext:jar:0.5.0'
<dependency org="io.github.carschno" name="jfasttext" rev="0.5.0">
<artifact name="jfasttext" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.carschno', module='jfasttext', version='0.5.0')
)
libraryDependencies += "io.github.carschno" % "jfasttext" % "0.5.0"
[io.github.carschno/jfasttext "0.5.0"]