MVN

io.github.fawu-k : kang-lowCode-spring-boot

Maven & Gradle

Mar 29, 2023
2 stars
<dependency>
    <groupId>io.github.fawu-k</groupId>
    <artifactId>kang-lowCode-spring-boot</artifactId>
    <version>0.1.1-SNAPSHOP</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fawu-k : kang-lowCode-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1-SNAPSHOP

All Versions

Choose a version of io.github.fawu-k : kang-lowCode-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kang-lowCode-spring-boot-1.0.1
1.0
kang-lowCode-spring-boot-1.0-SNAPSHOP
0.1.x
kang-lowCode-spring-boot-0.1.1-SNAPSHOP

How to add a dependency to Maven

Add the following io.github.fawu-k : kang-lowCode-spring-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.fawu-k</groupId>
    <artifactId>kang-lowCode-spring-boot</artifactId>
    <version>0.1.1-SNAPSHOP</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.fawu-k : kang-lowCode-spring-boot gradle dependency to your build.gradle file:

implementation 'io.github.fawu-k:kang-lowCode-spring-boot:0.1.1-SNAPSHOP'

Gradle Kotlin DSL: Add the following io.github.fawu-k : kang-lowCode-spring-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.fawu-k:kang-lowCode-spring-boot:0.1.1-SNAPSHOP")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.fawu-k : kang-lowCode-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.fawu-k" % "kang-lowCode-spring-boot" % "0.1.1-SNAPSHOP"