License |
License |
---|---|
Categories |
CategoriesFST Data Data Formats Serialization |
GroupId | GroupIdcom.github.steveash.jopenfst |
ArtifactId | ArtifactIdjopenfst |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjopenfst
Partial Java port of the OpenFST library; forked from the CMU Sphinx project
|
Project URL |
Project URL |
Filename | Size |
---|---|
jopenfst-0.3.0.pom | |
jopenfst-0.3.0.jar | 83 KB |
jopenfst-0.3.0-sources.jar | 60 KB |
jopenfst-0.3.0-javadoc.jar | 277 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.steveash.jopenfst/jopenfst/ -->
<dependency>
<groupId>com.github.steveash.jopenfst</groupId>
<artifactId>jopenfst</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.steveash.jopenfst/jopenfst/
implementation 'com.github.steveash.jopenfst:jopenfst:0.3.0'
// https://jarcasting.com/artifacts/com.github.steveash.jopenfst/jopenfst/
implementation ("com.github.steveash.jopenfst:jopenfst:0.3.0")
'com.github.steveash.jopenfst:jopenfst:jar:0.3.0'
<dependency org="com.github.steveash.jopenfst" name="jopenfst" rev="0.3.0">
<artifact name="jopenfst" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.steveash.jopenfst', module='jopenfst', version='0.3.0')
)
libraryDependencies += "com.github.steveash.jopenfst" % "jopenfst" % "0.3.0"
[com.github.steveash.jopenfst/jopenfst "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.thoughtworks.xstream : xstream | jar | 1.4.7 |
com.google.guava : guava | jar | 17.0 |
org.apache.commons : commons-lang3 | jar | 3.2.1 |
com.carrotsearch : hppc | jar | 0.6.1 |
org.slf4j : slf4j-api | jar | 1.7.7 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |
org.slf4j : slf4j-simple | jar | 1.7.7 |