MVN

co.touchlab : kermit-linuxarm64

Maven & Gradle

May 11, 2021
635 stars

Kermit · Kermit The Log

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

Latest Version

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

  • Latest Stable: 0.1.9
  • Latest Release Candidate: 0.1.7-1.4.0-rc

All Versions

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

Version Vulnerabilities Updated
0.1.x
kermit-linuxarm64-0.1.9
kermit-linuxarm64-0.1.8
kermit-linuxarm64-0.1.7-1.4.0-rc
kermit-linuxarm64-0.1.7-1.4-M3
kermit-linuxarm64-0.1.7-1.4-M2
kermit-linuxarm64-0.1.7-1.4-M1
kermit-linuxarm64-0.1.7
kermit-linuxarm64-0.1.6
kermit-linuxarm64-0.1.5-14M1-1
kermit-linuxarm64-0.1.5
kermit-linuxarm64-0.1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>kermit-linuxarm64</artifactId>
    <version>0.1.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.touchlab:kermit-linuxarm64:0.1.9'

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

implementation("co.touchlab:kermit-linuxarm64:0.1.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.touchlab" % "kermit-linuxarm64" % "0.1.9"

Advertisement