License |
License |
---|---|
GroupId | GroupIdorg.meeuw.math |
ArtifactId | ArtifactIdmihxil-math |
Version | Version0.5.0 |
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.5.0.pom | |
mihxil-math-0.5.0.jar | 105 KB |
mihxil-math-0.5.0-tests.jar | 39 KB |
mihxil-math-0.5.0-sources.jar | 60 KB |
mihxil-math-0.5.0-javadoc.jar | 931 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.meeuw.math/mihxil-math/ -->
<dependency>
<groupId>org.meeuw.math</groupId>
<artifactId>mihxil-math</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.meeuw.math/mihxil-math/
implementation 'org.meeuw.math:mihxil-math:0.5.0'
// https://jarcasting.com/artifacts/org.meeuw.math/mihxil-math/
implementation ("org.meeuw.math:mihxil-math:0.5.0")
'org.meeuw.math:mihxil-math:jar:0.5.0'
<dependency org="org.meeuw.math" name="mihxil-math" rev="0.5.0">
<artifact name="mihxil-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.meeuw.math', module='mihxil-math', version='0.5.0')
)
libraryDependencies += "org.meeuw.math" % "mihxil-math" % "0.5.0"
[org.meeuw.math/mihxil-math "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api Optional | jar | 2.0.1.Final |
ch.obermuhlner : big-math Optional | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.14.0 |
org.apache.logging.log4j : log4j-jul | jar | 2.14.0 |
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
net.jqwik : jqwik | jar | 1.3.10 |
org.assertj : assertj-core | jar | 3.18.1 |