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