MVN

com.github.developframework : kite-spring

Maven & Gradle

Jun 20, 2022
3 usages
6 stars

Kite For Spring · Kite的Spring支持包

<dependency>
    <groupId>com.github.developframework</groupId>
    <artifactId>kite-spring</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.developframework : kite-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.developframework : kite-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kite-spring-1.0.1
kite-spring-1.0.0
0.24
kite-spring-0.24
0.23
kite-spring-0.23
0.22
kite-spring-0.22
0.21
kite-spring-0.21
0.20
kite-spring-0.20
0.19
kite-spring-0.19
0.18
kite-spring-0.18
0.17
kite-spring-0.17
0.16
kite-spring-0.16
0.15
kite-spring-0.15
0.14
kite-spring-0.14
0.13
kite-spring-0.13
0.12
kite-spring-0.12
0.11
kite-spring-0.11
0.10
kite-spring-0.10
0.9
kite-spring-0.9
0.8
kite-spring-0.8
0.7
kite-spring-0.7
0.6
kite-spring-0.6
0.5
kite-spring-0.5
0.4
kite-spring-0.4
0.3
kite-spring-0.3
0.2
kite-spring-0.2
0.1
kite-spring-0.1

How to add a dependency to Maven

Add the following com.github.developframework : kite-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.developframework</groupId>
    <artifactId>kite-spring</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.developframework : kite-spring gradle dependency to your build.gradle file:

implementation 'com.github.developframework:kite-spring:1.0.1'

Gradle Kotlin DSL: Add the following com.github.developframework : kite-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.developframework:kite-spring:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.developframework : kite-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.developframework" % "kite-spring" % "1.0.1"

Advertisement