c

cssbox

CSSBox is an (X)HTML/CSS rendering engine written in pure Java. Its primary purpose is to provide a complete information about the rendered page suitable for further processing. However, it also allows displaying the rendered document.
http://cssbox.sourceforge.net/
GNU Lesser General Public License 3.0
Radek Burget
文件下载
文件名 操作
cssbox-4.4.jar 下载
cssbox-4.4.pom 下载
cssbox-4.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.cssbox</groupId>
  <artifactId>cssbox</artifactId>
  <version>4.4</version>
</dependency>
Gradle Groovy
implementation 'net.sf.cssbox:cssbox:4.4'
Gradle Kotlin
implementation("net.sf.cssbox:cssbox:4.4")
Scala SBT
libraryDependencies += "net.sf.cssbox" % "cssbox" % "4.4"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.cssbox', module='cssbox', version='4.4')
)
Apache Ivy
<dependency org="net.sf.cssbox" name="cssbox" rev="4.4" />
Leiningen
[net.sf.cssbox/cssbox "4.4"]
Apache Buildr
'net.sf.cssbox:cssbox:jar:4.4'