is not current version
Last Version 0.6.1

com.github.vinhkhuc:jcrfsuite 0.6

Jcrfsuite is a Java interface for crfsuite, a fast implementation of Conditional Random Fields, using SWIG and class injection technique

GroupId

GroupId

com.github.vinhkhuc
ArtifactId

ArtifactId

jcrfsuite
Version

Version

0.6
Type

Type

jar

Download jcrfsuite 0.6


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