x

xw-fast-parent

Xw-Fast 是一个专为 Java Web 开发的针对 Spring 系列框架封装的便捷开发脚手架,旨在降低框架的学习使用成本,提高工作效率,大大提升 Web 开发效率。
https://github.com/373675032/xw-fast
The Apache Software License, Version 2.0
XUEW
Files download
File Operation
xw-fast-parent-1.0.1.pom download
Apache Maven
<dependency>
  <groupId>world.xuewei</groupId>
  <artifactId>xw-fast-parent</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'world.xuewei:xw-fast-parent:1.0.1'
Gradle Kotlin
implementation("world.xuewei:xw-fast-parent:1.0.1")
Scala SBT
libraryDependencies += "world.xuewei" % "xw-fast-parent" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='world.xuewei', module='xw-fast-parent', version='1.0.1')
)
Apache Ivy
<dependency org="world.xuewei" name="xw-fast-parent" rev="1.0.1" />
Leiningen
[world.xuewei/xw-fast-parent "1.0.1"]
Apache Buildr
'world.xuewei:xw-fast-parent:jar:1.0.1'