Dependency Information

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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