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