MVN

net.finmath : finmath-lib-kotlin

Maven & Gradle

Aug 19, 2020
2 stars

finmath lib kotlin · finmath-lib-kotlin provides convenient method aliases for finmath lib.

<dependency>
    <groupId>net.finmath</groupId>
    <artifactId>finmath-lib-kotlin</artifactId>
    <version>5.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.finmath : finmath-lib-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.5

All Versions

Choose a version of net.finmath : finmath-lib-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
finmath-lib-kotlin-5.0.5
finmath-lib-kotlin-5.0.4
finmath-lib-kotlin-5.0.3

How to add a dependency to Maven

Add the following net.finmath : finmath-lib-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.finmath</groupId>
    <artifactId>finmath-lib-kotlin</artifactId>
    <version>5.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.finmath : finmath-lib-kotlin gradle dependency to your build.gradle file:

implementation 'net.finmath:finmath-lib-kotlin:5.0.5'

Gradle Kotlin DSL: Add the following net.finmath : finmath-lib-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("net.finmath:finmath-lib-kotlin:5.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.finmath : finmath-lib-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "net.finmath" % "finmath-lib-kotlin" % "5.0.5"

Advertisement