x

xw-fast-parent

XwFast 是专为 Java Web 开发的基于 Spring 系列框架封装的黑科技脚手架,通过诸多实用工具类/组件的使用,旨在帮助开发者快速、便捷地完成各类开发任务。 这些封装的工具组件涵盖了基础增删查改接口、邮件客户端、短信客户端、等一系列操作,可以满足各种不同的开发需求。
https://github.com/373675032/xw-fast
The Apache Software License, Version 2.0
XUEW
Files download
File Operation
xw-fast-parent-1.0.6.pom download
Apache Maven
<dependency>
  <groupId>world.xuewei</groupId>
  <artifactId>xw-fast-parent</artifactId>
  <version>1.0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'world.xuewei:xw-fast-parent:1.0.6'
Gradle Kotlin
implementation("world.xuewei:xw-fast-parent:1.0.6")
Scala SBT
libraryDependencies += "world.xuewei" % "xw-fast-parent" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='world.xuewei', module='xw-fast-parent', version='1.0.6')
)
Apache Ivy
<dependency org="world.xuewei" name="xw-fast-parent" rev="1.0.6" />
Leiningen
[world.xuewei/xw-fast-parent "1.0.6"]
Apache Buildr
'world.xuewei:xw-fast-parent:jar:1.0.6'