lidiuma-math
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.lidiuma</groupId>
<artifactId>lidiuma-math</artifactId>
<version>0.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.lidiuma</groupId>
<artifactId>lidiuma-math</artifactId>
<version>0.3.0</version>
<name>Math</name>
<description>Math Library using Project Valhalla</description>
<url>https://github.com/Lidiuma/Math</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<properties>
<maven.compiler.source>28</maven.compiler.source>
<maven.compiler.target>28</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.jspecify</groupId>
<artifactId>jspecify</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.lidiuma.math</groupId>
<artifactId>math-api</artifactId>
<version>1.0.0-rc3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.lidiuma.math</groupId>
<artifactId>math-traits</artifactId>
<version>0.1.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<developers>
<developer>
<id>xasmedy</id>
<name>Xasmedy</name>
<email>xasmedy@pm.me</email>
<url>https://github.com/Xasmedy</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Lidiuma/Math.git</connection>
<developerConnection>scm:git:git@github.com:Lidiuma/Math.git</developerConnection>
<url>https://github.com/Lidiuma/Math</url>
</scm>
</project>