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