x

xw-fast-web

封装一些开箱即用的 Spring 组件
Files download
File Operation
xw-fast-web-1.0.6.jar download
xw-fast-web-1.0.6.pom download
xw-fast-web-1.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>world.xuewei</groupId>
  <artifactId>xw-fast-web</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'world.xuewei:xw-fast-web:1.0.6'
Gradle Kotlin
implementation("world.xuewei:xw-fast-web:1.0.6")
Scala SBT
libraryDependencies += "world.xuewei" % "xw-fast-web" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='world.xuewei', module='xw-fast-web', version='1.0.6')
)
Apache Ivy
<dependency org="world.xuewei" name="xw-fast-web" rev="1.0.6" />
Leiningen
[world.xuewei/xw-fast-web "1.0.6"]
Apache Buildr
'world.xuewei:xw-fast-web:jar:1.0.6'