MVN

com.github.leeonky : project

Maven & Gradle

Aug 03, 2022

project · project

<dependency>
    <groupId>com.github.leeonky</groupId>
    <artifactId>project</artifactId>
    <version>0.0.3null</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.leeonky : project to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3null

All Versions

Choose a version of com.github.leeonky : project to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
project-0.5.3null
0.3.x
project-0.3.15null
0.0.x
project-0.0.3null
project-0.0.25null
project-0.0.6null

How to add a dependency to Maven

Add the following com.github.leeonky : project maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.leeonky</groupId>
    <artifactId>project</artifactId>
    <version>0.0.3null</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.leeonky : project gradle dependency to your build.gradle file:

implementation 'com.github.leeonky:project:0.0.3null'

Gradle Kotlin DSL: Add the following com.github.leeonky : project gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.leeonky:project:0.0.3null")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.leeonky : project sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.leeonky" % "project" % "0.0.3null"

Advertisement