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