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