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