| GroupId | GroupIdio.github.hakkelt |
|---|---|
| ArtifactId | ArtifactIdndarrays |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ndarrays-1.0.0.pom | |
| ndarrays-1.0.0.jar | 73 KB |
| ndarrays-1.0.0-sources.jar | 33 KB |
| ndarrays-1.0.0-javadoc.jar | 484 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.hakkelt/ndarrays/ -->
<dependency>
<groupId>io.github.hakkelt</groupId>
<artifactId>ndarrays</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hakkelt/ndarrays/
implementation 'io.github.hakkelt:ndarrays:1.0.0'
// https://jarcasting.com/artifacts/io.github.hakkelt/ndarrays/
implementation ("io.github.hakkelt:ndarrays:1.0.0")
'io.github.hakkelt:ndarrays:jar:1.0.0'
<dependency org="io.github.hakkelt" name="ndarrays" rev="1.0.0">
<artifact name="ndarrays" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hakkelt', module='ndarrays', version='1.0.0')
)
libraryDependencies += "io.github.hakkelt" % "ndarrays" % "1.0.0"
[io.github.hakkelt/ndarrays "1.0.0"]