| Группа | Группаcom.github.crawler-commons |
|---|---|
| Идентификатор | Идентификаторurlfrontier |
| Версия | Версия1.1 |
| Тип | Типpom |
| Описание |
Описаниеurlfrontier
API definition, resources and reference implementation of URL Frontiers
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| urlfrontier-1.1.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier/ -->
<dependency>
<groupId>com.github.crawler-commons</groupId>
<artifactId>urlfrontier</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier/
implementation 'com.github.crawler-commons:urlfrontier:1.1'
// https://jarcasting.com/artifacts/com.github.crawler-commons/urlfrontier/
implementation ("com.github.crawler-commons:urlfrontier:1.1")
'com.github.crawler-commons:urlfrontier:pom:1.1'
<dependency org="com.github.crawler-commons" name="urlfrontier" rev="1.1">
<artifact name="urlfrontier" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.crawler-commons', module='urlfrontier', version='1.1')
)
libraryDependencies += "com.github.crawler-commons" % "urlfrontier" % "1.1"
[com.github.crawler-commons/urlfrontier "1.1"]