Dependency Information

Apache Maven

<dependency>
  <groupId>net.finmath</groupId>
  <artifactId>representable-contract-state-parent</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="net.finmath" name="representable-contract-state-parent" rev="2.1.0">
  <artifact name="representable-contract-state-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.finmath', module='representable-contract-state-parent', version='2.1.0')
)

Gradle/Grails

compile 'net.finmath:representable-contract-state-parent:2.1.0'

Scala SBT

libraryDependencies += "net.finmath" % "representable-contract-state-parent" % "2.1.0"

Leiningen

[net.finmath/representable-contract-state-parent "2.1.0"]