is not current version
Last Version 1.0.1

com.github.developframework:kite-spring 0.22

Kite的Spring支持包

GroupId

GroupId

com.github.developframework
ArtifactId

ArtifactId

kite-spring
Version

Version

0.22
Type

Type

jar

Download kite-spring 0.22


<!-- https://jarcasting.com/artifacts/com.github.developframework/kite-spring/ -->
<dependency>
    <groupId>com.github.developframework</groupId>
    <artifactId>kite-spring</artifactId>
    <version>0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/kite-spring/
implementation 'com.github.developframework:kite-spring:0.22'
// https://jarcasting.com/artifacts/com.github.developframework/kite-spring/
implementation ("com.github.developframework:kite-spring:0.22")
'com.github.developframework:kite-spring:jar:0.22'
<dependency org="com.github.developframework" name="kite-spring" rev="0.22">
  <artifact name="kite-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='kite-spring', version='0.22')
)
libraryDependencies += "com.github.developframework" % "kite-spring" % "0.22"
[com.github.developframework/kite-spring "0.22"]