Dependency Information

Apache Maven

<dependency>
  <groupId>net.finmath</groupId>
  <artifactId>finmath-smart-derivative-contract</artifactId>
  <version>1.2.2</version>
</dependency>

Apache Ivy

<dependency org="net.finmath" name="finmath-smart-derivative-contract" rev="1.2.2">
  <artifact name="finmath-smart-derivative-contract" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.finmath', module='finmath-smart-derivative-contract', version='1.2.2')
)

Gradle/Grails

compile 'net.finmath:finmath-smart-derivative-contract:1.2.2'

Scala SBT

libraryDependencies += "net.finmath" % "finmath-smart-derivative-contract" % "1.2.2"

Leiningen

[net.finmath/finmath-smart-derivative-contract "1.2.2"]