License |
License |
---|---|
GroupId | GroupIdcom.github.developframework |
ArtifactId | ArtifactIdkite-spring |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionKite For Spring
Kite的Spring支持包
|
Filename | Size |
---|---|
kite-spring-1.0.1.pom | |
kite-spring-1.0.1.jar | 19 KB |
kite-spring-1.0.1-sources.jar | 13 KB |
kite-spring-1.0.1-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>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/kite-spring/
implementation 'com.github.developframework:kite-spring:1.0.1'
// https://jarcasting.com/artifacts/com.github.developframework/kite-spring/
implementation ("com.github.developframework:kite-spring:1.0.1")
'com.github.developframework:kite-spring:jar:1.0.1'
<dependency org="com.github.developframework" name="kite-spring" rev="1.0.1">
<artifact name="kite-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='kite-spring', version='1.0.1')
)
libraryDependencies += "com.github.developframework" % "kite-spring" % "1.0.1"
[com.github.developframework/kite-spring "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
com.github.developframework : kite-core | jar | 1.0.1 |
org.springframework : spring-webmvc | jar | 5.2.10.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |