MVN

co.touchlab.crashkios : core-iosx64

Maven & Gradle

Feb 28, 2023
247 stars

CrashKios · Kotlin Native iOS Crash Report Library

<dependency>
    <groupId>co.touchlab.crashkios</groupId>
    <artifactId>core-iosx64</artifactId>
    <version>0.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.touchlab.crashkios : core-iosx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.2
  • Latest Alpha: 0.7.1-alpha3

All Versions

Choose a version of co.touchlab.crashkios : core-iosx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
core-iosx64-0.8.2
core-iosx64-0.8.1
core-iosx64-0.8.0
0.7.x
core-iosx64-0.7.1-alpha3
core-iosx64-0.7.1-alpha2

How to add a dependency to Maven

Add the following co.touchlab.crashkios : core-iosx64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.touchlab.crashkios</groupId>
    <artifactId>core-iosx64</artifactId>
    <version>0.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.touchlab.crashkios : core-iosx64 gradle dependency to your build.gradle file:

implementation 'co.touchlab.crashkios:core-iosx64:0.8.2'

Gradle Kotlin DSL: Add the following co.touchlab.crashkios : core-iosx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("co.touchlab.crashkios:core-iosx64:0.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.touchlab.crashkios : core-iosx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "co.touchlab.crashkios" % "core-iosx64" % "0.8.2"

Advertisement