s

static-server

文件下载
文件名 操作
static-server-3.12.10.jar 下载
static-server-3.12.10.pom 下载
static-server-3.12.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.squareup.okhttp3.sample</groupId>
  <artifactId>static-server</artifactId>
  <version>3.12.10</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.okhttp3.sample:static-server:3.12.10'
Gradle Kotlin
implementation("com.squareup.okhttp3.sample:static-server:3.12.10")
Scala SBT
libraryDependencies += "com.squareup.okhttp3.sample" % "static-server" % "3.12.10"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.okhttp3.sample', module='static-server', version='3.12.10')
)
Apache Ivy
<dependency org="com.squareup.okhttp3.sample" name="static-server" rev="3.12.10" />
Leiningen
[com.squareup.okhttp3.sample/static-server "3.12.10"]
Apache Buildr
'com.squareup.okhttp3.sample:static-server:jar:3.12.10'