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