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