uni_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.vastblue</groupId>
<artifactId>uni_3</artifactId>
<version>0.22.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.vastblue</groupId>
<artifactId>uni_3</artifactId>
<packaging>jar</packaging>
<description>NumPy- and pandas-style matrices and linear algebra for Scala 3 and big-data scripting, with MSYS2/Cygwin-aware paths, date-time parsing, BigDecimal-compatible decimals, and a Rust port pinned to the same results</description>
<url>https://github.com/philwalk/uni</url>
<version>0.22.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>uni</name>
<organization>
<name>vastblue.org</name>
<url>https://vastblue.org</url>
</organization>
<scm>
<url>https://github.com/philwalk/uni</url>
<connection>scm:git@github.com:philwalk/uni.git</connection>
</scm>
<developers>
<developer>
<id>philwalk</id>
<name>Phil Walker</name>
<url>https://github.com/philwalk</url>
<email>philwalk9@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>semver-spec</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>dev.ludovic.netlib</groupId>
<artifactId>blas</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>dev.ludovic.netlib</groupId>
<artifactId>lapack</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>openblas-platform</artifactId>
<version>0.3.31-1.5.13</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-parallel-collections_3</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_3</artifactId>
<version>1.3.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit-scalacheck_3</artifactId>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>