MVN

io.sentry : sentry-kotlin-multiplatform-iossimulatorarm64

Maven & Gradle

May 19, 2023
117 stars

Sentry Kotlin Multiplatform SDK · SDK for sentry.io

<dependency>
    <groupId>io.sentry</groupId>
    <artifactId>sentry-kotlin-multiplatform-iossimulatorarm64</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.sentry : sentry-kotlin-multiplatform-iossimulatorarm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0
  • Latest Alpha: 0.0.1-alpha.2

All Versions

Choose a version of io.sentry : sentry-kotlin-multiplatform-iossimulatorarm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
sentry-kotlin-multiplatform-iossimulatorarm64-0.2.0
0.1.x
sentry-kotlin-multiplatform-iossimulatorarm64-0.1.1
sentry-kotlin-multiplatform-iossimulatorarm64-0.1.0
0.0.x
sentry-kotlin-multiplatform-iossimulatorarm64-0.0.3
sentry-kotlin-multiplatform-iossimulatorarm64-0.0.2
sentry-kotlin-multiplatform-iossimulatorarm64-0.0.1-alpha.2
sentry-kotlin-multiplatform-iossimulatorarm64-0.0.1-alpha.1

How to add a dependency to Maven

Add the following io.sentry : sentry-kotlin-multiplatform-iossimulatorarm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.sentry</groupId>
    <artifactId>sentry-kotlin-multiplatform-iossimulatorarm64</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.sentry : sentry-kotlin-multiplatform-iossimulatorarm64 gradle dependency to your build.gradle file:

implementation 'io.sentry:sentry-kotlin-multiplatform-iossimulatorarm64:0.2.0'

Gradle Kotlin DSL: Add the following io.sentry : sentry-kotlin-multiplatform-iossimulatorarm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.sentry:sentry-kotlin-multiplatform-iossimulatorarm64:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.sentry : sentry-kotlin-multiplatform-iossimulatorarm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.sentry" % "sentry-kotlin-multiplatform-iossimulatorarm64" % "0.2.0"

Advertisement