MVN

co.touchlab : kermit-androidnativex86

Maven & Gradle

Jul 21, 2023
635 stars

Kermit · Kermit The Log

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>kermit-androidnativex86</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.2
  • Latest Release Candidate: 2.0.0-RC5
  • Latest Alpha: 1.2.1-alpha

All Versions

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

Version Vulnerabilities Updated
2.0.x
kermit-androidnativex86-2.0.0-RC5
kermit-androidnativex86-2.0.0-RC4
kermit-androidnativex86-2.0.0-RC3
kermit-androidnativex86-2.0.0-RC2
kermit-androidnativex86-2.0.0-RC
1.2.x
kermit-androidnativex86-1.2.2
kermit-androidnativex86-1.2.1-alpha
kermit-androidnativex86-1.2.0-M2
kermit-androidnativex86-1.2.0-M1
1.1.x
kermit-androidnativex86-1.1.3
kermit-androidnativex86-1.1.2
kermit-androidnativex86-1.1.1
kermit-androidnativex86-1.1.0
0.1.x
kermit-androidnativex86-0.1.9
kermit-androidnativex86-0.1.8
kermit-androidnativex86-0.1.7-1.4.0-rc
kermit-androidnativex86-0.1.7-1.4-M3
kermit-androidnativex86-0.1.7-1.4-M2
kermit-androidnativex86-0.1.7-1.4-M1
kermit-androidnativex86-0.1.7
kermit-androidnativex86-0.1.6
kermit-androidnativex86-0.1.5-14M1-1
kermit-androidnativex86-0.1.5
kermit-androidnativex86-0.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>kermit-androidnativex86</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.touchlab:kermit-androidnativex86:1.2.2'

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

implementation("co.touchlab:kermit-androidnativex86:1.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.touchlab" % "kermit-androidnativex86" % "1.2.2"

Advertisement