Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.finmath |
ArtifactId | ArtifactIdfinmath-lib |
Version | Version4.0.3 |
Type | Typejar |
Filename | Size |
---|---|
finmath-lib-4.0.3.pom | |
finmath-lib-4.0.3.jar | 1 MB |
finmath-lib-4.0.3-sources.jar | 2 MB |
finmath-lib-4.0.3-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.finmath/finmath-lib/ -->
<dependency>
<groupId>net.finmath</groupId>
<artifactId>finmath-lib</artifactId>
<version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.finmath/finmath-lib/
implementation 'net.finmath:finmath-lib:4.0.3'
// https://jarcasting.com/artifacts/net.finmath/finmath-lib/
implementation ("net.finmath:finmath-lib:4.0.3")
'net.finmath:finmath-lib:jar:4.0.3'
<dependency org="net.finmath" name="finmath-lib" rev="4.0.3">
<artifact name="finmath-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.finmath', module='finmath-lib', version='4.0.3')
)
libraryDependencies += "net.finmath" % "finmath-lib" % "4.0.3"
[net.finmath/finmath-lib "4.0.3"]