| License |
License |
|---|---|
| GroupId | GroupIdorg.ferris |
| ArtifactId | ArtifactIdferris-math |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFerris Math
Ferris Math is a project containing some statistic, probability, and other math functions.
0.0.1 Transfer from Oak to Ferris
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ferris-math-0.0.1.pom | |
| ferris-math-0.0.1.jar | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ferris/ferris-math/ -->
<dependency>
<groupId>org.ferris</groupId>
<artifactId>ferris-math</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ferris/ferris-math/
implementation 'org.ferris:ferris-math:0.0.1'
// https://jarcasting.com/artifacts/org.ferris/ferris-math/
implementation ("org.ferris:ferris-math:0.0.1")
'org.ferris:ferris-math:jar:0.0.1'
<dependency org="org.ferris" name="ferris-math" rev="0.0.1">
<artifact name="ferris-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ferris', module='ferris-math', version='0.0.1')
)
libraryDependencies += "org.ferris" % "ferris-math" % "0.0.1"
[org.ferris/ferris-math "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.14 |
| org.ferris : ferris-assemblies | jar | 0.0.2 |
| org.ferris : ferris-resources | jar | 0.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.6 |