Closed micaelaoriolo closed 8 years ago
Hey. You can click the maven central badge. It will always take you to the latest release.
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>
Thanks a lot! I didn't know about that badge :)
(I didn't realize that this question was made before, sorry. I'm still a newby with github issues.)
Hi! How can I use this library with Maven? I mean, adding the correct dependency to my project's POM. Thanks!