Download finmath-lib-3.0.6.jar file - Jar f

Jar examples for f:finmath-lib

Description

finmath lib is a Mathematical Finance Library in Java. It provides algorithms and methodologies related to mathematical finance.

You can download jar file finmath-lib 3.0.6 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add finmath-lib-3.0.6.jar to your project.

<dependency>
   <groupId>net.finmath</groupId>
   <artifactId>finmath-lib</artifactId>
   <version>3.0.6</version>
</dependency>
compile group: 'net.finmath', name: 'finmath-lib', version: '3.0.6'
libraryDependencies += "net.finmath" % "finmath-lib" % "3.0.6"
<dependency org="net.finmath" name="finmath-lib" rev="3.0.6"/>
@Grapes(@Grab(group='net.finmath', module='finmath-lib', version='3.0.6'))
'net.finmath:finmath-lib:jar:3.0.6'

Download

Click the following link to download the jar file.

finmath-lib-3.0.6-java6.jar
finmath-lib-3.0.6-javadoc.jar
finmath-lib-3.0.6-sources.jar
finmath-lib-3.0.6.jar
finmath-lib-3.0.6.pom



Related Tutorials