License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.streamsupport |
ArtifactId | ArtifactIdmath-base |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmath-base
Elementary math utilities with a focus on random number generation, non-linear optimization, interpolation and solvers
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
math-base-1.0.0.pom | |
math-base-1.0.0-sources.jar | 160 KB |
math-base-1.0.0-javadoc.jar | 413 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.streamsupport/math-base/ -->
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>math-base</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.streamsupport/math-base/
implementation 'net.sourceforge.streamsupport:math-base:1.0.0'
// https://jarcasting.com/artifacts/net.sourceforge.streamsupport/math-base/
implementation ("net.sourceforge.streamsupport:math-base:1.0.0")
'net.sourceforge.streamsupport:math-base:jar:1.0.0'
<dependency org="net.sourceforge.streamsupport" name="math-base" rev="1.0.0">
<artifact name="math-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.streamsupport', module='math-base', version='1.0.0')
)
libraryDependencies += "net.sourceforge.streamsupport" % "math-base" % "1.0.0"
[net.sourceforge.streamsupport/math-base "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |