Dependency Information

Apache Maven

<dependency>
  <groupId>net.finmath</groupId>
  <artifactId>finmath-lib-plot-extensions</artifactId>
  <version>0.5.0</version>
</dependency>

Apache Buildr

'net.finmath:finmath-lib-plot-extensions:jar:0.5.0'

Apache Ivy

<dependency org="net.finmath" name="finmath-lib-plot-extensions" rev="0.5.0">
  <artifact name="finmath-lib-plot-extensions" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.finmath', module='finmath-lib-plot-extensions', version='0.5.0')
)

Gradle/Grails

compile 'net.finmath:finmath-lib-plot-extensions:0.5.0'

Scala SBT

libraryDependencies += "net.finmath" % "finmath-lib-plot-extensions" % "0.5.0"

Leiningen

[net.finmath/finmath-lib-plot-extensions "0.5.0"]