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