| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.mikera | 
| ArtifactId | ArtifactIdmathz | 
| Last Version | Last Version0.3.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionmathz Library of maths functions and utilities for Java | 
| Filename | Size | 
|---|---|
| mathz-0.3.0.pom | |
| mathz-0.3.0.jar | 8 KB | 
| mathz-0.3.0-sources.jar | 5 KB | 
| mathz-0.3.0-javadoc.jar | 65 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.mikera/mathz/ -->
<dependency>
    <groupId>net.mikera</groupId>
    <artifactId>mathz</artifactId>
    <version>0.3.0</version>
</dependency>// https://jarcasting.com/artifacts/net.mikera/mathz/
implementation 'net.mikera:mathz:0.3.0'// https://jarcasting.com/artifacts/net.mikera/mathz/
implementation ("net.mikera:mathz:0.3.0")'net.mikera:mathz:jar:0.3.0'<dependency org="net.mikera" name="mathz" rev="0.3.0">
  <artifact name="mathz" type="jar" />
</dependency>@Grapes(
@Grab(group='net.mikera', module='mathz', version='0.3.0')
)libraryDependencies += "net.mikera" % "mathz" % "0.3.0"[net.mikera/mathz "0.3.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| net.mikera : randomz | jar | 0.3.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| com.google.caliper : caliper | jar | 0.5-rc1 |