x

xw-fast-web

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