w

web

net.guerlab.web is a suite of spring web expanded libraries that include utility classes and much much more.
https://gitee.com/guerlab_net/web
The Apache License, Version 2.0
guer
Files download
File Operation
web-1.1.1.jar download
web-1.1.1.pom download
web-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.guerlab</groupId>
  <artifactId>web</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'net.guerlab:web:1.1.1'
Gradle Kotlin
implementation("net.guerlab:web:1.1.1")
Scala SBT
libraryDependencies += "net.guerlab" % "web" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.guerlab', module='web', version='1.1.1')
)
Apache Ivy
<dependency org="net.guerlab" name="web" rev="1.1.1" />
Leiningen
[net.guerlab/web "1.1.1"]
Apache Buildr
'net.guerlab:web:jar:1.1.1'