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