License |
License |
---|---|
GroupId | GroupIdhu.kazocsaba.math |
ArtifactId | ArtifactIdmatrix |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMatrix
A strongly-typed matrix package with basic linear algebra operations.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
matrix-1.2.1.pom | |
matrix-1.2.1.jar | 54 KB |
matrix-1.2.1-sources.jar | 33 KB |
matrix-1.2.1-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.kazocsaba.math/matrix/ -->
<dependency>
<groupId>hu.kazocsaba.math</groupId>
<artifactId>matrix</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/hu.kazocsaba.math/matrix/
implementation 'hu.kazocsaba.math:matrix:1.2.1'
// https://jarcasting.com/artifacts/hu.kazocsaba.math/matrix/
implementation ("hu.kazocsaba.math:matrix:1.2.1")
'hu.kazocsaba.math:matrix:jar:1.2.1'
<dependency org="hu.kazocsaba.math" name="matrix" rev="1.2.1">
<artifact name="matrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.kazocsaba.math', module='matrix', version='1.2.1')
)
libraryDependencies += "hu.kazocsaba.math" % "matrix" % "1.2.1"
[hu.kazocsaba.math/matrix "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |