GroupId | GroupIdcom.soywiz.korlibs.kbignum |
---|---|
ArtifactId | ArtifactIdkbignum-android |
Version | Version2.3.0-M2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.soywiz.korlibs.kbignum/kbignum-android/ -->
<dependency>
<groupId>com.soywiz.korlibs.kbignum</groupId>
<artifactId>kbignum-android</artifactId>
<version>2.3.0-M2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.soywiz.korlibs.kbignum/kbignum-android/
implementation 'com.soywiz.korlibs.kbignum:kbignum-android:2.3.0-M2'
// https://jarcasting.com/artifacts/com.soywiz.korlibs.kbignum/kbignum-android/
implementation ("com.soywiz.korlibs.kbignum:kbignum-android:2.3.0-M2")
'com.soywiz.korlibs.kbignum:kbignum-android:aar:2.3.0-M2'
<dependency org="com.soywiz.korlibs.kbignum" name="kbignum-android" rev="2.3.0-M2">
<artifact name="kbignum-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.soywiz.korlibs.kbignum', module='kbignum-android', version='2.3.0-M2')
)
libraryDependencies += "com.soywiz.korlibs.kbignum" % "kbignum-android" % "2.3.0-M2"
[com.soywiz.korlibs.kbignum/kbignum-android "2.3.0-M2"]