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