| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.finmath |
| ArtifactId | ArtifactIdfinmath-lib-plot-extensions |
| Version | Version0.0.6 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.finmath/finmath-lib-plot-extensions/ -->
<dependency>
<groupId>net.finmath</groupId>
<artifactId>finmath-lib-plot-extensions</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.finmath/finmath-lib-plot-extensions/
implementation 'net.finmath:finmath-lib-plot-extensions:0.0.6'
// https://jarcasting.com/artifacts/net.finmath/finmath-lib-plot-extensions/
implementation ("net.finmath:finmath-lib-plot-extensions:0.0.6")
'net.finmath:finmath-lib-plot-extensions:jar:0.0.6'
<dependency org="net.finmath" name="finmath-lib-plot-extensions" rev="0.0.6">
<artifact name="finmath-lib-plot-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.finmath', module='finmath-lib-plot-extensions', version='0.0.6')
)
libraryDependencies += "net.finmath" % "finmath-lib-plot-extensions" % "0.0.6"
[net.finmath/finmath-lib-plot-extensions "0.0.6"]