is not current version
Last Version 2.5.0

com.soywiz.korlibs.kbignum:kbignum-android 2.3.4

Big Number Library for Kotlin

GroupId

GroupId

com.soywiz.korlibs.kbignum
ArtifactId

ArtifactId

kbignum-android
Version

Version

2.3.4
Type

Type

aar

Download kbignum-android 2.3.4


<!-- https://jarcasting.com/artifacts/com.soywiz.korlibs.kbignum/kbignum-android/ -->
<dependency>
    <groupId>com.soywiz.korlibs.kbignum</groupId>
    <artifactId>kbignum-android</artifactId>
    <version>2.3.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.soywiz.korlibs.kbignum/kbignum-android/
implementation 'com.soywiz.korlibs.kbignum:kbignum-android:2.3.4'
// https://jarcasting.com/artifacts/com.soywiz.korlibs.kbignum/kbignum-android/
implementation ("com.soywiz.korlibs.kbignum:kbignum-android:2.3.4")
'com.soywiz.korlibs.kbignum:kbignum-android:aar:2.3.4'
<dependency org="com.soywiz.korlibs.kbignum" name="kbignum-android" rev="2.3.4">
  <artifact name="kbignum-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.soywiz.korlibs.kbignum', module='kbignum-android', version='2.3.4')
)
libraryDependencies += "com.soywiz.korlibs.kbignum" % "kbignum-android" % "2.3.4"
[com.soywiz.korlibs.kbignum/kbignum-android "2.3.4"]