x

xw-fast-web

Files download
File Operation
xw-fast-web-1.0.0.jar download
xw-fast-web-1.0.0.pom download
xw-fast-web-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>world.xuewei</groupId>
  <artifactId>xw-fast-web</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'world.xuewei:xw-fast-web:1.0.0'
Gradle Kotlin
implementation("world.xuewei:xw-fast-web:1.0.0")
Scala SBT
libraryDependencies += "world.xuewei" % "xw-fast-web" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='world.xuewei', module='xw-fast-web', version='1.0.0')
)
Apache Ivy
<dependency org="world.xuewei" name="xw-fast-web" rev="1.0.0" />
Leiningen
[world.xuewei/xw-fast-web "1.0.0"]
Apache Buildr
'world.xuewei:xw-fast-web:jar:1.0.0'