is not current version
Last Version 0.9.2

io.github.myui:matrix4j 0.9.1

Matrix and Vector Library for Java

GroupId

GroupId

io.github.myui
ArtifactId

ArtifactId

matrix4j
Version

Version

0.9.1
Type

Type

jar

Download matrix4j 0.9.1


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