| License |
License
MIT License
|
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdch.obermuhlner |
| ArtifactId | ArtifactIdkotlin-big-math |
| Version | Version2.3.0 |
| Type | Typejar |
| Description |
DescriptionKotlin Big Math
Kotlin Math functions for BigDecimal.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kotlin-big-math-2.3.0.pom | |
| kotlin-big-math-2.3.0.jar | 6 KB |
| kotlin-big-math-2.3.0-sources.jar | 3 KB |
| kotlin-big-math-2.3.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.obermuhlner/kotlin-big-math/ -->
<dependency>
<groupId>ch.obermuhlner</groupId>
<artifactId>kotlin-big-math</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.obermuhlner/kotlin-big-math/
implementation 'ch.obermuhlner:kotlin-big-math:2.3.0'
// https://jarcasting.com/artifacts/ch.obermuhlner/kotlin-big-math/
implementation ("ch.obermuhlner:kotlin-big-math:2.3.0")
'ch.obermuhlner:kotlin-big-math:jar:2.3.0'
<dependency org="ch.obermuhlner" name="kotlin-big-math" rev="2.3.0">
<artifact name="kotlin-big-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.obermuhlner', module='kotlin-big-math', version='2.3.0')
)
libraryDependencies += "ch.obermuhlner" % "kotlin-big-math" % "2.3.0"
[ch.obermuhlner/kotlin-big-math "2.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.41 |
| ch.obermuhlner : big-math | jar | 2.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |