MVN

co.touchlab : kermit-bugsnag-watchosdevicearm64

Maven & Gradle

Jul 21, 2023
637 stars

Kermit · Kermit The Log

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>kermit-bugsnag-watchosdevicearm64</artifactId>
    <version>2.0.0-RC5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.touchlab : kermit-bugsnag-watchosdevicearm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-RC5
  • Latest Release Candidate: 2.0.0-RC5

All Versions

Choose a version of co.touchlab : kermit-bugsnag-watchosdevicearm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
kermit-bugsnag-watchosdevicearm64-2.0.0-RC5
kermit-bugsnag-watchosdevicearm64-2.0.0-RC4
kermit-bugsnag-watchosdevicearm64-2.0.0-RC3

How to add a dependency to Maven

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

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>kermit-bugsnag-watchosdevicearm64</artifactId>
    <version>2.0.0-RC5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.touchlab : kermit-bugsnag-watchosdevicearm64 gradle dependency to your build.gradle file:

implementation 'co.touchlab:kermit-bugsnag-watchosdevicearm64:2.0.0-RC5'

Gradle Kotlin DSL: Add the following co.touchlab : kermit-bugsnag-watchosdevicearm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("co.touchlab:kermit-bugsnag-watchosdevicearm64:2.0.0-RC5")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.touchlab : kermit-bugsnag-watchosdevicearm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "co.touchlab" % "kermit-bugsnag-watchosdevicearm64" % "2.0.0-RC5"

Advertisement