Files download
File Operation
bignum-tvosx64-0.3.10.pom download
bignum-tvosx64-0.3.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ionspin.kotlin</groupId>
  <artifactId>bignum-tvosx64</artifactId>
  <version>0.3.10</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.ionspin.kotlin:bignum-tvosx64:0.3.10'
Gradle Kotlin
implementation("com.ionspin.kotlin:bignum-tvosx64:0.3.10")
Scala SBT
libraryDependencies += "com.ionspin.kotlin" % "bignum-tvosx64" % "0.3.10"
Groovy Grape
@Grapes(
  @Grab(group='com.ionspin.kotlin', module='bignum-tvosx64', version='0.3.10')
)
Apache Ivy
<dependency org="com.ionspin.kotlin" name="bignum-tvosx64" rev="0.3.10" />
Leiningen
[com.ionspin.kotlin/bignum-tvosx64 "0.3.10"]
Apache Buildr
'com.ionspin.kotlin:bignum-tvosx64:jar:0.3.10'