s

static-server

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