| License |
License |
|---|---|
| GroupId | GroupIdcom.jeffreypasternack |
| ArtifactId | ArtifactIdliblinear |
| Last Version | Last Version2.21 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionliblinear
Java port of Liblinear with Multithreaded Training
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| liblinear-2.21.pom | |
| liblinear-2.21.jar | 74 KB |
| liblinear-2.21-sources.jar | 39 KB |
| liblinear-2.21-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jeffreypasternack/liblinear/ -->
<dependency>
<groupId>com.jeffreypasternack</groupId>
<artifactId>liblinear</artifactId>
<version>2.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeffreypasternack/liblinear/
implementation 'com.jeffreypasternack:liblinear:2.21'
// https://jarcasting.com/artifacts/com.jeffreypasternack/liblinear/
implementation ("com.jeffreypasternack:liblinear:2.21")
'com.jeffreypasternack:liblinear:jar:2.21'
<dependency org="com.jeffreypasternack" name="liblinear" rev="2.21">
<artifact name="liblinear" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeffreypasternack', module='liblinear', version='2.21')
)
libraryDependencies += "com.jeffreypasternack" % "liblinear" % "2.21"
[com.jeffreypasternack/liblinear "2.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 2.9.1 |
| org.powermock : powermock-module-junit4 | jar | 1.6.5 |
| org.powermock : powermock-api-mockito | jar | 1.6.5 |
| nl.jqno.equalsverifier : equalsverifier | jar | 2.5.2 |