s

static-server

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