Jar examples for 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.
You can download jar file cssbox 4.5 in this page.
GNU Lesser General Public License 3.0
You can use the following script to add cssbox-4.5.jar to your project.
<dependency> <groupId>net.sf.cssbox</groupId> <artifactId>cssbox</artifactId> <version>4.5</version> </dependency>
compile group: 'net.sf.cssbox', name: 'cssbox', version: '4.5'
libraryDependencies += "net.sf.cssbox" % "cssbox" % "4.5"
<dependency org="net.sf.cssbox" name="cssbox" rev="4.5"/>
@Grapes(@Grab(group='net.sf.cssbox', module='cssbox', version='4.5'))
'net.sf.cssbox:cssbox:jar:4.5'
Click the following link to download the jar file.
cssbox-4.5-javadoc.jar