| License |
License |
|---|---|
| GroupId | GroupIdcom.cogpunk |
| ArtifactId | ArtifactIdcogpunk-math |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCogpunk Math
A set of mathematical utilities
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cogpunk-math-1.0.4.pom | |
| cogpunk-math-1.0.4.jar | 31 KB |
| cogpunk-math-1.0.4-sources.jar | 20 KB |
| cogpunk-math-1.0.4-javadoc.jar | 531 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-math3 | jar | 3.6.1 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| 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 |