is not current version
Last Version 0.67.0

net.mikera:vectorz 0.61.0

Fast double-precision vector and matrix maths library for Java, supporting N-dimensional numeric arrays.

Categories

Categories

Net
GroupId

GroupId

net.mikera
ArtifactId

ArtifactId

vectorz
Version

Version

0.61.0
Type

Type

jar

Download vectorz 0.61.0


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