Categories |
CategoriesMALLET Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdcom.github.steveash.mallet |
ArtifactId | ArtifactIdmallet |
Version | Version2.0.11 |
Type | Typejar |
Filename | Size |
---|---|
mallet-2.0.11.pom | |
mallet-2.0.11.jar | 2 MB |
mallet-2.0.11-sources.jar | 1 MB |
mallet-2.0.11-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.steveash.mallet/mallet/ -->
<dependency>
<groupId>com.github.steveash.mallet</groupId>
<artifactId>mallet</artifactId>
<version>2.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.steveash.mallet/mallet/
implementation 'com.github.steveash.mallet:mallet:2.0.11'
// https://jarcasting.com/artifacts/com.github.steveash.mallet/mallet/
implementation ("com.github.steveash.mallet:mallet:2.0.11")
'com.github.steveash.mallet:mallet:jar:2.0.11'
<dependency org="com.github.steveash.mallet" name="mallet" rev="2.0.11">
<artifact name="mallet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.steveash.mallet', module='mallet', version='2.0.11')
)
libraryDependencies += "com.github.steveash.mallet" % "mallet" % "2.0.11"
[com.github.steveash.mallet/mallet "2.0.11"]