s

streamsupport-atomic

streamsupport-atomic is a backport of the java.util.concurrent.atomic classes added in Java 8 (Double/Long Accumulator/Adder) for Java 6 / 7 and Android developers
http://sourceforge.net/projects/streamsupport/
GNU General Public License, version 2, with the Classpath Exception
Stefan Zobel
Files download
File Operation
streamsupport-atomic-1.5.5.jar download
streamsupport-atomic-1.5.5.pom download
streamsupport-atomic-1.5.5-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.streamsupport</groupId>
  <artifactId>streamsupport-atomic</artifactId>
  <version>1.5.5</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.streamsupport:streamsupport-atomic:1.5.5'
Gradle Kotlin
implementation("net.sourceforge.streamsupport:streamsupport-atomic:1.5.5")
Scala SBT
libraryDependencies += "net.sourceforge.streamsupport" % "streamsupport-atomic" % "1.5.5"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.streamsupport', module='streamsupport-atomic', version='1.5.5')
)
Apache Ivy
<dependency org="net.sourceforge.streamsupport" name="streamsupport-atomic" rev="1.5.5" />
Leiningen
[net.sourceforge.streamsupport/streamsupport-atomic "1.5.5"]
Apache Buildr
'net.sourceforge.streamsupport:streamsupport-atomic:jar:1.5.5'