MVN

co.touchlab : crashkios-metadata

Maven & Gradle

Jan 15, 2021
249 stars

CrashKios · Kotlin Native iOS Crash Report Library

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>crashkios-metadata</artifactId>
    <version>0.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.3.1
  • Latest Release Candidate: 0.2.2-1.4.0-rc

All Versions

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

Version Vulnerabilities Updated
0.3.x
crashkios-metadata-0.3.1
crashkios-metadata-0.3.0
0.2.x
crashkios-metadata-0.2.2-1.4.0-rc
crashkios-metadata-0.2.2-1.4-M3
crashkios-metadata-0.2.2-1.4-M2
crashkios-metadata-0.2.2
crashkios-metadata-0.2.1
0.2
crashkios-metadata-0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>crashkios-metadata</artifactId>
    <version>0.3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.touchlab:crashkios-metadata:0.3.1'

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

implementation("co.touchlab:crashkios-metadata:0.3.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.touchlab" % "crashkios-metadata" % "0.3.1"