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
Files download
File Operation
cssbox-4.16.jar download
cssbox-4.16.pom download
cssbox-4.16-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.cssbox</groupId>
  <artifactId>cssbox</artifactId>
  <version>4.16</version>
</dependency>
Gradle Groovy
implementation 'net.sf.cssbox:cssbox:4.16'
Gradle Kotlin
implementation("net.sf.cssbox:cssbox:4.16")
Scala SBT
libraryDependencies += "net.sf.cssbox" % "cssbox" % "4.16"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.cssbox', module='cssbox', version='4.16')
)
Apache Ivy
<dependency org="net.sf.cssbox" name="cssbox" rev="4.16" />
Leiningen
[net.sf.cssbox/cssbox "4.16"]
Apache Buildr
'net.sf.cssbox:cssbox:jar:4.16'