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