is not current version
Last Version 0.7.0

bio.singa:singa-mathematics 0.6.0

The SiNGA mathematics package handles most of the algorithms and data structures with mathematical background. Amongst others: affinity propagation, graph isomorphism, or voronoi diagram creation.

GroupId

GroupId

bio.singa
ArtifactId

ArtifactId

singa-mathematics
Version

Version

0.6.0
Type

Type

jar

Download singa-mathematics 0.6.0


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