mihxil-algebra
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-algebra</artifactId>
<version>0.18.1</version>
</dependency><?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math-lib-parent</artifactId>
<version>0.18.1</version>
<relativePath>../mihxil-math-lib-parent</relativePath>
</parent>
<artifactId>mihxil-algebra</artifactId>
<name>Math - algebra</name>
<packaging>jar</packaging>
<description>
Some more implementations of abstract algebra's.
</description>
<url>https://github.com/mihxil/math/tree/main/mihxil-algebra</url>
<dependencies>
<dependency>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math</artifactId>
</dependency>
<dependency>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-theories</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.obermuhlner</groupId>
<artifactId>big-math</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>