| License |
License |
|---|---|
| GroupId | GroupIdorg.99soft.trudeau.math |
| ArtifactId | ArtifactIdorg.99soft.trudeau.math.monoid |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
DescriptionTrudeau - Math - Monoid
A Java implementation of the Monoid algebraic structure.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.99soft.trudeau.math/org.99soft.trudeau.math.monoid/ -->
<dependency>
<groupId>org.99soft.trudeau.math</groupId>
<artifactId>org.99soft.trudeau.math.monoid</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.99soft.trudeau.math/org.99soft.trudeau.math.monoid/
implementation 'org.99soft.trudeau.math:org.99soft.trudeau.math.monoid:0.0.1'
// https://jarcasting.com/artifacts/org.99soft.trudeau.math/org.99soft.trudeau.math.monoid/
implementation ("org.99soft.trudeau.math:org.99soft.trudeau.math.monoid:0.0.1")
'org.99soft.trudeau.math:org.99soft.trudeau.math.monoid:jar:0.0.1'
<dependency org="org.99soft.trudeau.math" name="org.99soft.trudeau.math.monoid" rev="0.0.1">
<artifact name="org.99soft.trudeau.math.monoid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.99soft.trudeau.math', module='org.99soft.trudeau.math.monoid', version='0.0.1')
)
libraryDependencies += "org.99soft.trudeau.math" % "org.99soft.trudeau.math.monoid" % "0.0.1"
[org.99soft.trudeau.math/org.99soft.trudeau.math.monoid "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |