x

xw-fast-web

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