x

xw-fast-web

封装一些开箱即用的 Spring 组件
文件下载
文件名 操作
xw-fast-web-1.0.6.jar 下载
xw-fast-web-1.0.6.pom 下载
xw-fast-web-1.0.6-sources.jar 下载
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'