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