MVN

io.matthewnelson : gradle-kmp-configuration-plugin

Maven & Gradle

Aug 06, 2023
9 stars

Gradle Kotlin Multiplatform Configuration Plugin · Gradle plugin for configuring Kotlin Multiplatform projects

<dependency>
    <groupId>io.matthewnelson</groupId>
    <artifactId>gradle-kmp-configuration-plugin</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.matthewnelson : gradle-kmp-configuration-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3
  • Latest Beta: 0.1.0-beta02
  • Latest Alpha: 0.1.0-alpha02

All Versions

Choose a version of io.matthewnelson : gradle-kmp-configuration-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
gradle-kmp-configuration-plugin-0.1.3
gradle-kmp-configuration-plugin-0.1.2
gradle-kmp-configuration-plugin-0.1.1
gradle-kmp-configuration-plugin-0.1.0
gradle-kmp-configuration-plugin-0.1.0-beta02
gradle-kmp-configuration-plugin-0.1.0-beta01
gradle-kmp-configuration-plugin-0.1.0-alpha02
gradle-kmp-configuration-plugin-0.1.0-alpha01

How to add a dependency to Maven

Add the following io.matthewnelson : gradle-kmp-configuration-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.matthewnelson</groupId>
    <artifactId>gradle-kmp-configuration-plugin</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.matthewnelson : gradle-kmp-configuration-plugin gradle dependency to your build.gradle file:

implementation 'io.matthewnelson:gradle-kmp-configuration-plugin:0.1.3'

Gradle Kotlin DSL: Add the following io.matthewnelson : gradle-kmp-configuration-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.matthewnelson:gradle-kmp-configuration-plugin:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.matthewnelson : gradle-kmp-configuration-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.matthewnelson" % "gradle-kmp-configuration-plugin" % "0.1.3"