w

web-commons

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