template-scraper
A template scraper to render the HTML page based on the template which comes from other site.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnz.net.osnz.common |
| Идентификатор | Идентификаторtemplate-scraper |
| Последняя версия | Последняя версия3.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOpen Source New Zealand : template-scraper
A common module to generate wrapper layout
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| template-scraper-3.3.pom | |
| template-scraper-3.3.jar | 48 KB |
| template-scraper-3.3-sources.jar | 11 KB |
| template-scraper-3.3-javadoc.jar | 49 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nz.net.osnz.common/template-scraper/ -->
<dependency>
<groupId>nz.net.osnz.common</groupId>
<artifactId>template-scraper</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/nz.net.osnz.common/template-scraper/
implementation 'nz.net.osnz.common:template-scraper:3.3'
// https://jarcasting.com/artifacts/nz.net.osnz.common/template-scraper/
implementation ("nz.net.osnz.common:template-scraper:3.3")
'nz.net.osnz.common:template-scraper:jar:3.3'
<dependency org="nz.net.osnz.common" name="template-scraper" rev="3.3">
<artifact name="template-scraper" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.net.osnz.common', module='template-scraper', version='3.3')
)
libraryDependencies += "nz.net.osnz.common" % "template-scraper" % "3.3"
[nz.net.osnz.common/template-scraper "3.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| nz.net.osnz.composite : composite-groovy | jar | [3.3,) |
| nz.net.osnz.composite : composite-spring-web | jar | [3.4,4) |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| javax.servlet.jsp : jsp-api | jar | 2.1 |
| org.jsoup : jsoup | jar | [1.7.3] |
| org.slf4j : slf4j-api | jar | [1.7.7] |
| org.apache.commons : commons-lang3 | jar | [3.3.1,4) |
A template scraper to render the HTML page based on the template which comes from other site.