MVN

com.soywiz.kproject : kproject-common

Maven & Gradle

Jun 04, 2023
32 stars

kproject-common · Gradle Plugin to handle Git-Based & Source-Code Kotlin Dependencies

<dependency>
    <groupId>com.soywiz.kproject</groupId>
    <artifactId>kproject-common</artifactId>
    <version>0.3.2-de-1.9.20-2914</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soywiz.kproject : kproject-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2-de-1.9.20-2914

All Versions

Choose a version of com.soywiz.kproject : kproject-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
kproject-common-0.3.2-de-1.9.20-2914
kproject-common-0.3.1-de-1.9.20-2914
kproject-common-0.3.1
kproject-common-0.3.0
0.2.x
kproject-common-0.2.9
kproject-common-0.2.8
kproject-common-0.2.7
kproject-common-0.2.6
kproject-common-0.2.5
kproject-common-0.2.4
kproject-common-0.2.3
kproject-common-0.2.2
kproject-common-0.2.1
kproject-common-0.2.0
0.1.x
kproject-common-0.1.3
kproject-common-0.1.2-kotlin-1.7.21
kproject-common-0.1.2

How to add a dependency to Maven

Add the following com.soywiz.kproject : kproject-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.soywiz.kproject</groupId>
    <artifactId>kproject-common</artifactId>
    <version>0.3.2-de-1.9.20-2914</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.soywiz.kproject : kproject-common gradle dependency to your build.gradle file:

implementation 'com.soywiz.kproject:kproject-common:0.3.2-de-1.9.20-2914'

Gradle Kotlin DSL: Add the following com.soywiz.kproject : kproject-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.soywiz.kproject:kproject-common:0.3.2-de-1.9.20-2914")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.soywiz.kproject : kproject-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.soywiz.kproject" % "kproject-common" % "0.3.2-de-1.9.20-2914"