| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.brianway |
| Идентификатор | Идентификаторwebporter-parent |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеwebporter-parent
Java crawler application based on webmagic.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| webporter-parent-1.0.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.brianway/webporter-parent/ -->
<dependency>
<groupId>com.github.brianway</groupId>
<artifactId>webporter-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.brianway/webporter-parent/
implementation 'com.github.brianway:webporter-parent:1.0'
// https://jarcasting.com/artifacts/com.github.brianway/webporter-parent/
implementation ("com.github.brianway:webporter-parent:1.0")
'com.github.brianway:webporter-parent:pom:1.0'
<dependency org="com.github.brianway" name="webporter-parent" rev="1.0">
<artifact name="webporter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.brianway', module='webporter-parent', version='1.0')
)
libraryDependencies += "com.github.brianway" % "webporter-parent" % "1.0"
[com.github.brianway/webporter-parent "1.0"]