Categories |
CategoriesSquare Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.squareup.okhttp3.sample |
ArtifactId | ArtifactIdstatic-server |
Version | Version3.14.3 |
Type | Typejar |
Filename | Size |
---|---|
static-server-3.14.3.pom | |
static-server-3.14.3.jar | 5 KB |
static-server-3.14.3-sources.jar | 2 KB |
static-server-3.14.3-shaded.jar | 912 KB |
static-server-3.14.3-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3.sample/static-server/ -->
<dependency>
<groupId>com.squareup.okhttp3.sample</groupId>
<artifactId>static-server</artifactId>
<version>3.14.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3.sample/static-server/
implementation 'com.squareup.okhttp3.sample:static-server:3.14.3'
// https://jarcasting.com/artifacts/com.squareup.okhttp3.sample/static-server/
implementation ("com.squareup.okhttp3.sample:static-server:3.14.3")
'com.squareup.okhttp3.sample:static-server:jar:3.14.3'
<dependency org="com.squareup.okhttp3.sample" name="static-server" rev="3.14.3">
<artifact name="static-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3.sample', module='static-server', version='3.14.3')
)
libraryDependencies += "com.squareup.okhttp3.sample" % "static-server" % "3.14.3"
[com.squareup.okhttp3.sample/static-server "3.14.3"]