Cogpunk Math

A set of mathematical utilities

License

License

GroupId

GroupId

com.cogpunk
ArtifactId

ArtifactId

cogpunk-math
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Cogpunk Math
A set of mathematical utilities
Project URL

Project URL

https://github.com/cogpunk/math
Source Code Management

Source Code Management

https://github.com/cogpunk/math

Download cogpunk-math

How to add to project

<!-- https://jarcasting.com/artifacts/com.cogpunk/cogpunk-math/ -->
<dependency>
    <groupId>com.cogpunk</groupId>
    <artifactId>cogpunk-math</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.cogpunk/cogpunk-math/
implementation 'com.cogpunk:cogpunk-math:1.0.4'
// https://jarcasting.com/artifacts/com.cogpunk/cogpunk-math/
implementation ("com.cogpunk:cogpunk-math:1.0.4")
'com.cogpunk:cogpunk-math:jar:1.0.4'
<dependency org="com.cogpunk" name="cogpunk-math" rev="1.0.4">
  <artifact name="cogpunk-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cogpunk', module='cogpunk-math', version='1.0.4')
)
libraryDependencies += "com.cogpunk" % "cogpunk-math" % "1.0.4"
[com.cogpunk/cogpunk-math "1.0.4"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-math3 jar 3.6.1
org.apache.commons : commons-lang3 jar 3.12.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
nl.jqno.equalsverifier : equalsverifier jar 3.7.2
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0