Dependency Information

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

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

Scala SBT

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

Leiningen

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