w

webpage-analysis

Utilities for analysing the content and visual layout of a web-page.
文件下载
文件名 操作
webpage-analysis-1.3.10.jar 下载
webpage-analysis-1.3.10.pom 下载
webpage-analysis-1.3.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.openimaj</groupId>
  <artifactId>webpage-analysis</artifactId>
  <version>1.3.10</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj:webpage-analysis:1.3.10'
Gradle Kotlin
implementation("org.openimaj:webpage-analysis:1.3.10")
Scala SBT
libraryDependencies += "org.openimaj" % "webpage-analysis" % "1.3.10"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj', module='webpage-analysis', version='1.3.10')
)
Apache Ivy
<dependency org="org.openimaj" name="webpage-analysis" rev="1.3.10" />
Leiningen
[org.openimaj/webpage-analysis "1.3.10"]
Apache Buildr
'org.openimaj:webpage-analysis:jar:1.3.10'