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