MVN

com.squareup.okhttp3.sample : static-server

Maven & Gradle

Dec 17, 2021
41.3k stars

Sample: Static Server

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

Latest Version

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

  • Latest Stable: 3.12.13
  • Latest Release Candidate: 3.4.0-RC1

All Versions

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

Version Vulnerabilities Updated
3.14.x
static-server-3.14.9
static-server-3.14.8
static-server-3.14.7
static-server-3.14.6
static-server-3.14.5
static-server-3.14.4
static-server-3.14.3
static-server-3.14.2
static-server-3.14.1
static-server-3.14.0
3.13.x
static-server-3.13.1
static-server-3.13.0
3.12.x
static-server-3.12.13
static-server-3.12.12
static-server-3.12.11
static-server-3.12.10
static-server-3.12.9
static-server-3.12.8
static-server-3.12.7
static-server-3.12.6
static-server-3.12.5
static-server-3.12.4
static-server-3.12.3
static-server-3.12.2
static-server-3.12.1
static-server-3.12.0
3.11.x
static-server-3.11.0
3.10.x
static-server-3.10.0
3.9.x
static-server-3.9.1
static-server-3.9.0
3.8.x
static-server-3.8.1
static-server-3.8.0
3.7.x
static-server-3.7.0
3.6.x
static-server-3.6.0
3.5.x
static-server-3.5.0
3.4.x
static-server-3.4.2
static-server-3.4.1
static-server-3.4.0
static-server-3.4.0-RC1
3.3.x
static-server-3.3.1
static-server-3.3.0
3.2.x
static-server-3.2.0
3.1.x
static-server-3.1.2
static-server-3.1.1
static-server-3.1.0
3.0.x
static-server-3.0.1
static-server-3.0.0
static-server-3.0.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.squareup.okhttp3.sample</groupId>
    <artifactId>static-server</artifactId>
    <version>3.12.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.squareup.okhttp3.sample:static-server:3.12.13'

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

implementation("com.squareup.okhttp3.sample:static-server:3.12.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.squareup.okhttp3.sample" % "static-server" % "3.12.13"

Advertisement