Simmetrics / simmetrics

Similarity or Distance Metrics, e.g. Levenshtein, for Java
Apache License 2.0
340 stars 77 forks source link

Maven #21

Closed micaelaoriolo closed 8 years ago

micaelaoriolo commented 8 years ago

Hi! How can I use this library with Maven? I mean, adding the correct dependency to my project's POM. Thanks!

mpkorstanje commented 8 years ago

Hey. You can click the maven central badge. It will always take you to the latest release.

screenshot from 2016-04-24 21-19-37

Then you include the following into the dependencies section of your pom:

<dependency>
    <groupId>com.github.mpkorstanje</groupId>
    <artifactId>simmetrics-core</artifactId>
    <version>4.1.0</version>
</dependency>
micaelaoriolo commented 8 years ago

Thanks a lot! I didn't know about that badge :)

micaelaoriolo commented 8 years ago

(I didn't realize that this question was made before, sorry. I'm still a newby with github issues.)