| License |
License |
|---|---|
| GroupId | GroupIdio.github.hakkelt |
| ArtifactId | ArtifactIdndarrays |
| Version | Version2.0.0 |
| Type | Typejar |
| Description |
DescriptionNDArrays
N-dimensional arrays holding either complex or real values.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ndarrays-2.0.0.pom | |
| ndarrays-2.0.0.jar | 193 KB |
| ndarrays-2.0.0-sources.jar | 89 KB |
| ndarrays-2.0.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.hakkelt/ndarrays/ -->
<dependency>
<groupId>io.github.hakkelt</groupId>
<artifactId>ndarrays</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hakkelt/ndarrays/
implementation 'io.github.hakkelt:ndarrays:2.0.0'
// https://jarcasting.com/artifacts/io.github.hakkelt/ndarrays/
implementation ("io.github.hakkelt:ndarrays:2.0.0")
'io.github.hakkelt:ndarrays:jar:2.0.0'
<dependency org="io.github.hakkelt" name="ndarrays" rev="2.0.0">
<artifact name="ndarrays" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hakkelt', module='ndarrays', version='2.0.0')
)
libraryDependencies += "io.github.hakkelt" % "ndarrays" % "2.0.0"
[io.github.hakkelt/ndarrays "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-text | jar | 1.1 |
| org.apache.commons : commons-math3 | jar | 3.6.1 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.projectlombok : lombok | jar | 1.18.20 |
| com.thoughtworks.qdox : qdox | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0-M1 |
| org.junit.platform : junit-platform-runner | jar | 1.8.0-M1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |