is not current version
Last Version 1.3.0

net.algart:algart 1.2.13

Open-source Java libraries, supporting generalized smart arrays and matrices with elements of any types, including a wide set of of 2D-, 3D- and multidimensional image processing and other algorithms, working with arrays and matrices.

Categories

Categories

Net
GroupId

GroupId

net.algart
ArtifactId

ArtifactId

algart
Version

Version

1.2.13
Type

Type

jar

Download algart 1.2.13


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