| License |
License |
|---|---|
| GroupId | GroupIdcom.github.developframework |
| ArtifactId | ArtifactIdkite-spring |
| Version | Version0.23 |
| Type | Typejar |
| Description |
DescriptionKite For Spring
Kite的Spring支持包
|
| Filename | Size |
|---|---|
| kite-spring-0.23.pom | |
| kite-spring-0.23.jar | 19 KB |
| kite-spring-0.23-sources.jar | 13 KB |
| kite-spring-0.23-javadoc.jar | 496 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.developframework/kite-spring/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>kite-spring</artifactId>
<version>0.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/kite-spring/
implementation 'com.github.developframework:kite-spring:0.23'
// https://jarcasting.com/artifacts/com.github.developframework/kite-spring/
implementation ("com.github.developframework:kite-spring:0.23")
'com.github.developframework:kite-spring:jar:0.23'
<dependency org="com.github.developframework" name="kite-spring" rev="0.23">
<artifact name="kite-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='kite-spring', version='0.23')
)
libraryDependencies += "com.github.developframework" % "kite-spring" % "0.23"
[com.github.developframework/kite-spring "0.23"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.developframework : kite-core | jar | 0.23 |
| org.springframework : spring-webmvc | jar | 5.2.4.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |