| Категории |
КатегорииSquare Прикладные библиотеки Financial |
|---|---|
| Группа | Группаcom.squareup.okhttp3.sample |
| Идентификатор | Идентификаторstatic-server |
| Версия | Версия3.12.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| static-server-3.12.7.pom | |
| static-server-3.12.7.jar | 5 KB |
| static-server-3.12.7-sources.jar | 2 KB |
| static-server-3.12.7-shaded.jar | 899 KB |
| static-server-3.12.7-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.squareup.okhttp3.sample/static-server/ -->
<dependency>
<groupId>com.squareup.okhttp3.sample</groupId>
<artifactId>static-server</artifactId>
<version>3.12.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.okhttp3.sample/static-server/
implementation 'com.squareup.okhttp3.sample:static-server:3.12.7'
// https://jarcasting.com/artifacts/com.squareup.okhttp3.sample/static-server/
implementation ("com.squareup.okhttp3.sample:static-server:3.12.7")
'com.squareup.okhttp3.sample:static-server:jar:3.12.7'
<dependency org="com.squareup.okhttp3.sample" name="static-server" rev="3.12.7">
<artifact name="static-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.okhttp3.sample', module='static-server', version='3.12.7')
)
libraryDependencies += "com.squareup.okhttp3.sample" % "static-server" % "3.12.7"
[com.squareup.okhttp3.sample/static-server "3.12.7"]