Dependency Information
Apache Maven
<dependency> <groupId>net.finmath</groupId> <artifactId>finmath-lib</artifactId> <version>6.1.1</version> </dependency>
Apache Buildr
'net.finmath:finmath-lib:jar:6.1.1'
Apache Ivy
<dependency org="net.finmath" name="finmath-lib" rev="6.1.1"> <artifact name="finmath-lib" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='net.finmath', module='finmath-lib', version='6.1.1') )
Gradle/Grails
compile 'net.finmath:finmath-lib:6.1.1'
Scala SBT
libraryDependencies += "net.finmath" % "finmath-lib" % "6.1.1"
Leiningen
[net.finmath/finmath-lib "6.1.1"]

