License |
License |
---|---|
GroupId | GroupIdorg.meeuw.math |
ArtifactId | ArtifactIdmihxil-math |
Version | Version0.8.1 |
Type | Typejar |
Description |
DescriptionMath - core
The base dependency of the modules in the project. It provides the scaffolding for:
- abstract algebra's to ensure a common interface for basic operations
- an 'uncertain number' interface plus a SPI for formatting those
|
Filename | Size |
---|---|
mihxil-math-0.8.1.pom | |
mihxil-math-0.8.1.jar | 205 KB |
mihxil-math-0.8.1-tests.jar | 63 KB |
mihxil-math-0.8.1-sources.jar | 155 KB |
mihxil-math-0.8.1-javadoc.jar | 1021 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.meeuw.math/mihxil-math/ -->
<dependency>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.meeuw.math/mihxil-math/
implementation 'org.meeuw.math:mihxil-math:0.8.1'
// https://jarcasting.com/artifacts/org.meeuw.math/mihxil-math/
implementation ("org.meeuw.math:mihxil-math:0.8.1")
'org.meeuw.math:mihxil-math:jar:0.8.1'
<dependency org="org.meeuw.math" name="mihxil-math" rev="0.8.1">
<artifact name="mihxil-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.meeuw.math', module='mihxil-math', version='0.8.1')
)
libraryDependencies += "org.meeuw.math" % "mihxil-math" % "0.8.1"
[org.meeuw.math/mihxil-math "0.8.1"]
Group / Artifact | Type | Version |
---|---|---|
org.meeuw.configuration : mihxil-configuration | jar | 0.8.1 |
ch.obermuhlner : big-math Optional | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.validation : jakarta.validation-api Optional | jar | 3.0.0 |
org.checkerframework : checker-qual | jar | 3.21.4 |
org.projectlombok : lombok | jar | 1.18.24 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate.validator : hibernate-validator | jar | 7.0.4.Final |
org.junit.jupiter : junit-jupiter | jar | |
net.jqwik : jqwik | jar | 1.6.4 |
org.assertj : assertj-core | jar | 3.22.0 |
org.apache.logging.log4j : log4j-core | jar | |
org.apache.logging.log4j : log4j-jul | jar | |
org.apache.logging.log4j : log4j-slf4j-impl | jar |