cjlin1 / libsvm

LIBSVM -- A Library for Support Vector Machines
https://www.csie.ntu.edu.tw/~cjlin/libsvm/
BSD 3-Clause "New" or "Revised" License
4.57k stars 1.64k forks source link

Please upload v 3.20 to central maven repository #24

Open praveev opened 9 years ago

praveev commented 9 years ago

The popular maven repo's out there show 3.17 to be your latest. Please upload v3.2

http://mvnrepository.com/artifact/tw.edu.ntu.csie/libsvm https://search.maven.org/#artifactdetails%7Ctw.edu.ntu.csie%7Clibsvm%7C3.17%7Cjar

jfcabral commented 9 years ago

An updated version on the central maven repository would be lovely! Please consider updating it :+1:

orolle commented 9 years ago

Please release v3.2 as maven dependency.

GerbenKD commented 9 years ago

Indeed, please consider releasing v3.2 as a Maven dependency.

MJMarshall commented 8 years ago

yes please!

rzo1 commented 8 years ago

+1 for this :)

juanmirocks commented 7 years ago

See: https://github.com/cjlin1/libsvm/issues/78#issuecomment-270416472

rzo1 commented 5 years ago

Good morning,

3.23 is now available via Maven Central under the official groupID of the Dept. of Computer Science & Information Engineering of the National Taiwan University.

        <dependency>
            <groupId>tw.edu.ntu.csie</groupId>
            <artifactId>libsvm</artifactId>
            <version>3.23</version>
        </dependency>

I think, we can close the issue now.

Best, rzo1

rzo1 commented 3 years ago

Good morning,

3.25 is now available via Maven Central under the official groupID of the Dept. of Computer Science & Information Engineering of the National Taiwan University. It will take some time to sync as I jsut released the artifact on Sonatype.

        <dependency>
            <groupId>tw.edu.ntu.csie</groupId>
            <artifactId>libsvm</artifactId>
            <version>3.25</version>
        </dependency>

Best, rzo1

rzo1 commented 2 years ago

Good morning,

3.3 is now available via Maven Central under the official groupID of the Dept. of Computer Science & Information Engineering of the National Taiwan University. It will take some time to sync as I just released the artifact on Sonatype.

        <dependency>
            <groupId>tw.edu.ntu.csie</groupId>
            <artifactId>libsvm</artifactId>
            <version>3.3</version>
        </dependency>

Best, rzo1