is not current version
Last Version 2.5.0

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

Big Number Library for Kotlin

GroupId

GroupId

com.soywiz.korlibs.kbignum
ArtifactId

ArtifactId

kbignum-android
Version

Version

2.4.1.1
Type

Type

aar

Download kbignum-android 2.4.1.1


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