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