JetBrains-Research / npy

NPY and NPZ support for the JVM
MIT License
54 stars 8 forks source link

Impossible to use with Maven? #8

Closed dievsky closed 3 years ago

dievsky commented 3 years ago

It looks like the library can't be used with Maven at the moment.

The Kotlin dependency is declared using Gradle-style wildcards (1.0.+), which Maven doesn't support. This results in Maven trying to find a version that is literally named 1.0.+.

What's even worse, this makes the downstream dependencies of npy (e.g. viktor) unusable with Maven.

Proposed solution: replace the wildcard dependency with a fixed one or a range.

dievsky commented 3 years ago

Fixed in 0.3.4, library can be used with Maven now.