Hello guys,
Just wondering what is the correct name of the stream-lib artifact in maven central?
I've noticed that there are two ones
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>2.9.6</version>
</dependency>
which is updated on 10-Jan-2018
as well as
<dependency>
<groupId>com.addthis</groupId>
<artifactId>stream-lib</artifactId>
<version>3.0.0</version>
</dependency>
which is updated on 30-Apr-2015