MVN

ch.obermuhlner : kotlin-big-math

Maven & Gradle

Jun 22, 2020
16 stars

Kotlin Big Math · Kotlin Math functions for BigDecimal.

<dependency>
    <groupId>ch.obermuhlner</groupId>
    <artifactId>kotlin-big-math</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.obermuhlner : kotlin-big-math to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of ch.obermuhlner : kotlin-big-math to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
kotlin-big-math-2.3.0
0.0.x
kotlin-big-math-0.0.1

How to add a dependency to Maven

Add the following ch.obermuhlner : kotlin-big-math maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.obermuhlner</groupId>
    <artifactId>kotlin-big-math</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.obermuhlner : kotlin-big-math gradle dependency to your build.gradle file:

implementation 'ch.obermuhlner:kotlin-big-math:2.3.0'

Gradle Kotlin DSL: Add the following ch.obermuhlner : kotlin-big-math gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.obermuhlner:kotlin-big-math:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.obermuhlner : kotlin-big-math sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.obermuhlner" % "kotlin-big-math" % "2.3.0"

Advertisement