MVN

dev.suresh.kmp : shared-jvm

Maven & Gradle

Jun 03, 2024
7 stars

dev.suresh.kmp:shared · Shared common module for all projects

<dependency>
    <groupId>dev.suresh.kmp</groupId>
    <artifactId>shared-jvm</artifactId>
    <version>0.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.suresh.kmp : shared-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.0

All Versions

Choose a version of dev.suresh.kmp : shared-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
shared-jvm-0.14.0

How to add a dependency to Maven

Add the following dev.suresh.kmp : shared-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.suresh.kmp</groupId>
    <artifactId>shared-jvm</artifactId>
    <version>0.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.suresh.kmp : shared-jvm gradle dependency to your build.gradle file:

implementation 'dev.suresh.kmp:shared-jvm:0.14.0'

Gradle Kotlin DSL: Add the following dev.suresh.kmp : shared-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.suresh.kmp:shared-jvm:0.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.suresh.kmp : shared-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.suresh.kmp" % "shared-jvm" % "0.14.0"