is not current version
Last Version 0.0.2

org.openlca:npy 0.0.1

A library for reading and writing NPY and NPZ files

GroupId

GroupId

org.openlca
ArtifactId

ArtifactId

npy
Version

Version

0.0.1
Type

Type

jar

Download npy 0.0.1


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