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