is not current version
Last Version 0.10.1

net.sourceforge.parallelcolt:parallelcolt 0.10.0

Parallel Colt is a multithreaded version of Colt - a library for high performance scientific computing in Java. It contains efficient algorithms for data analysis, linear algebra, multi-dimensional arrays, Fourier transforms, statistics and histogramming.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.parallelcolt
ArtifactId

ArtifactId

parallelcolt
Version

Version

0.10.0
Type

Type

jar

Download parallelcolt 0.10.0


<!-- https://jarcasting.com/artifacts/net.sourceforge.parallelcolt/parallelcolt/ -->
<dependency>
    <groupId>net.sourceforge.parallelcolt</groupId>
    <artifactId>parallelcolt</artifactId>
    <version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.parallelcolt/parallelcolt/
implementation 'net.sourceforge.parallelcolt:parallelcolt:0.10.0'
// https://jarcasting.com/artifacts/net.sourceforge.parallelcolt/parallelcolt/
implementation ("net.sourceforge.parallelcolt:parallelcolt:0.10.0")
'net.sourceforge.parallelcolt:parallelcolt:jar:0.10.0'
<dependency org="net.sourceforge.parallelcolt" name="parallelcolt" rev="0.10.0">
  <artifact name="parallelcolt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.parallelcolt', module='parallelcolt', version='0.10.0')
)
libraryDependencies += "net.sourceforge.parallelcolt" % "parallelcolt" % "0.10.0"
[net.sourceforge.parallelcolt/parallelcolt "0.10.0"]