| Группа | Группаcom.github.crawler-commons |
|---|---|
| Идентификатор | Идентификаторcrawler-commons |
| Версия | Версия0.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| crawler-commons-0.9.pom | |
| crawler-commons-0.9.jar | 132 KB |
| crawler-commons-0.9-tests.jar | 43 KB |
| crawler-commons-0.9-sources.jar | 116 KB |
| crawler-commons-0.9-javadoc.jar | 187 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.crawler-commons/crawler-commons/ -->
<dependency>
<groupId>com.github.crawler-commons</groupId>
<artifactId>crawler-commons</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crawler-commons/crawler-commons/
implementation 'com.github.crawler-commons:crawler-commons:0.9'
// https://jarcasting.com/artifacts/com.github.crawler-commons/crawler-commons/
implementation ("com.github.crawler-commons:crawler-commons:0.9")
'com.github.crawler-commons:crawler-commons:jar:0.9'
<dependency org="com.github.crawler-commons" name="crawler-commons" rev="0.9">
<artifact name="crawler-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crawler-commons', module='crawler-commons', version='0.9')
)
libraryDependencies += "com.github.crawler-commons" % "crawler-commons" % "0.9"
[com.github.crawler-commons/crawler-commons "0.9"]