MVN

io.github.gciatto : kt-mpp-pp

Maven & Gradle

Apr 01, 2021
1 stars

Set up Kotlin MPP projects via Gradle · A Gradle plugin easing the configuration Kotlin Multiplaftorm projects

<dependency>
    <groupId>io.github.gciatto</groupId>
    <artifactId>kt-mpp-pp</artifactId>
    <version>0.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.gciatto : kt-mpp-pp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.5

All Versions

Choose a version of io.github.gciatto : kt-mpp-pp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
kt-mpp-pp-0.3.5
kt-mpp-pp-0.3.4
kt-mpp-pp-0.3.3
kt-mpp-pp-0.3.2
kt-mpp-pp-0.3.1
kt-mpp-pp-0.3.0
0.2.x
kt-mpp-pp-0.2.9
kt-mpp-pp-0.2.8
kt-mpp-pp-0.2.7
kt-mpp-pp-0.2.6
kt-mpp-pp-0.2.5
kt-mpp-pp-0.2.4
kt-mpp-pp-0.2.3
kt-mpp-pp-0.2.2
kt-mpp-pp-0.2.1
kt-mpp-pp-0.2.0
0.1.x
kt-mpp-pp-0.1.10
kt-mpp-pp-0.1.8
kt-mpp-pp-0.1.7
kt-mpp-pp-0.1.6
kt-mpp-pp-0.1.5
kt-mpp-pp-0.1.4
kt-mpp-pp-0.1.3
kt-mpp-pp-0.1.2
kt-mpp-pp-0.1.1

How to add a dependency to Maven

Add the following io.github.gciatto : kt-mpp-pp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.gciatto</groupId>
    <artifactId>kt-mpp-pp</artifactId>
    <version>0.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.gciatto : kt-mpp-pp gradle dependency to your build.gradle file:

implementation 'io.github.gciatto:kt-mpp-pp:0.3.5'

Gradle Kotlin DSL: Add the following io.github.gciatto : kt-mpp-pp gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.gciatto:kt-mpp-pp:0.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.gciatto : kt-mpp-pp sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.gciatto" % "kt-mpp-pp" % "0.3.5"

Advertisement

Dependencies from Group

Jul 02, 2023
5 usages
20 stars
Apr 01, 2021
3 usages
20 stars
Jul 02, 2023
3 usages
20 stars
Jul 02, 2023
3 usages
20 stars
Jun 14, 2021
1 usages
20 stars

Discover Dependencies