| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.finmath |
| ArtifactId | ArtifactIdfinmath-lib |
| Last Version | Last Version6.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfinmath lib
finmath lib is a Mathematical Finance Library in Java.
It provides algorithms and methodologies related to mathematical finance.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| finmath-lib-6.0.1.pom | |
| finmath-lib-6.0.1.jar | 1 MB |
| finmath-lib-6.0.1-sources.jar | 2 MB |
| finmath-lib-6.0.1-javadoc.jar | 5 MB |
| finmath-lib-6.0.1-java8.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.finmath/finmath-lib/ -->
<dependency>
<groupId>net.finmath</groupId>
<artifactId>finmath-lib</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.finmath/finmath-lib/
implementation 'net.finmath:finmath-lib:6.0.1'
// https://jarcasting.com/artifacts/net.finmath/finmath-lib/
implementation ("net.finmath:finmath-lib:6.0.1")
'net.finmath:finmath-lib:jar:6.0.1'
<dependency org="net.finmath" name="finmath-lib" rev="6.0.1">
<artifact name="finmath-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.finmath', module='finmath-lib', version='6.0.1')
)
libraryDependencies += "net.finmath" % "finmath-lib" % "6.0.1"
[net.finmath/finmath-lib "6.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-math3 | jar | 3.6.1 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| org.jblas : jblas | jar | 1.2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| org.junit.vintage : junit-vintage-engine | jar | 5.6.2 |