w

webharvest

Open Source Web Data Extraction tool written in Java. It offers a way to collect desired Web pages and extract useful data from them.
http://web-harvest.sourceforge.net/
BSD License
Vladimir Nikic Alexander Wajda Robert Bala Piotr Dyraga Maciej Czapiewski
文件下载
文件名 操作
webharvest-2.1.0-RC1.pom 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.web-harvest</groupId>
  <artifactId>webharvest</artifactId>
  <version>2.1.0-RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.web-harvest:webharvest:2.1.0-RC1'
Gradle Kotlin
implementation("net.sourceforge.web-harvest:webharvest:2.1.0-RC1")
Scala SBT
libraryDependencies += "net.sourceforge.web-harvest" % "webharvest" % "2.1.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.web-harvest', module='webharvest', version='2.1.0-RC1')
)
Apache Ivy
<dependency org="net.sourceforge.web-harvest" name="webharvest" rev="2.1.0-RC1" />
Leiningen
[net.sourceforge.web-harvest/webharvest "2.1.0-RC1"]
Apache Buildr
'net.sourceforge.web-harvest:webharvest:jar:2.1.0-RC1'