MVN

dev.tmapps : konnection-iosarm64

Maven & Gradle

Jan 24, 2023
108 stars

konnection · A Kotlin Multiplatform library for Network Connection data.

<dependency>
    <groupId>dev.tmapps</groupId>
    <artifactId>konnection-iosarm64</artifactId>
    <version>1.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.tmapps : konnection-iosarm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.10

All Versions

Choose a version of dev.tmapps : konnection-iosarm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
konnection-iosarm64-1.1.10
konnection-iosarm64-1.1.9
konnection-iosarm64-1.1.7
konnection-iosarm64-1.1.6
konnection-iosarm64-1.1.5
konnection-iosarm64-1.1.4
konnection-iosarm64-1.1.2
konnection-iosarm64-1.1.1
konnection-iosarm64-1.1.0
1.0.x
konnection-iosarm64-1.0.0

How to add a dependency to Maven

Add the following dev.tmapps : konnection-iosarm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.tmapps</groupId>
    <artifactId>konnection-iosarm64</artifactId>
    <version>1.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.tmapps : konnection-iosarm64 gradle dependency to your build.gradle file:

implementation 'dev.tmapps:konnection-iosarm64:1.1.10'

Gradle Kotlin DSL: Add the following dev.tmapps : konnection-iosarm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.tmapps:konnection-iosarm64:1.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.tmapps : konnection-iosarm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.tmapps" % "konnection-iosarm64" % "1.1.10"