I'm creating "hello world" Maven Java project in Eclipse. I'm planing to include java-simple-serial-connector module. According to my understanding I need 3 things in order to add library to maven project:
Group Id
Artifact Id
Version
Please, correct if I'm wrong.
I do search in https://search.maven.org for jssc
and got list of projects :
How to know which one is right? Why version 2.8.0
in org.scream3r
is updated 12-Mar-2014
while org.everit.osgi.bundles
is updated on 30-Jan-2017
?
How to know which one is official?