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