MVN

com.squareup.okhttp.sample : static-server

Maven & Gradle

Feb 26, 2016
41.3k stars

Sample: Static Server

<dependency>
    <groupId>com.squareup.okhttp.sample</groupId>
    <artifactId>static-server</artifactId>
    <version>2.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.okhttp.sample : static-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.5
  • Latest Release Candidate: 2.4.0-RC1

All Versions

Choose a version of com.squareup.okhttp.sample : static-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
static-server-2.7.5
static-server-2.7.4
static-server-2.7.3
static-server-2.7.2
static-server-2.7.1
static-server-2.7.0
2.6.x
static-server-2.6.0
2.5.x
static-server-2.5.0
2.4.x
static-server-2.4.0
static-server-2.4.0-RC1
2.3.x
static-server-2.3.0
2.2.x
static-server-2.2.0
2.1.x
static-server-2.1.0
static-server-2.1.0-RC1
2.0.x
static-server-2.0.0
static-server-2.0.0-RC2
static-server-2.0.0-RC1
1.6.x
static-server-1.6.0
1.5.x
static-server-1.5.4
static-server-1.5.3
static-server-1.5.2
static-server-1.5.1
static-server-1.5.0
1.3.x
static-server-1.3.0

How to add a dependency to Maven

Add the following com.squareup.okhttp.sample : static-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.squareup.okhttp.sample</groupId>
    <artifactId>static-server</artifactId>
    <version>2.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.okhttp.sample : static-server gradle dependency to your build.gradle file:

implementation 'com.squareup.okhttp.sample:static-server:2.7.5'

Gradle Kotlin DSL: Add the following com.squareup.okhttp.sample : static-server gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.okhttp.sample:static-server:2.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.okhttp.sample : static-server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.okhttp.sample" % "static-server" % "2.7.5"