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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.cssbox
ArtifactId

ArtifactId

cssbox
Last Version

Last Version

5.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://cssbox.sourceforge.net/
Source Code Management

Source Code Management

https://github.com/radkovo/CSSBox

Download cssbox

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.cssbox/cssbox/ -->
<dependency>
    <groupId>net.sf.cssbox</groupId>
    <artifactId>cssbox</artifactId>
    <version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.cssbox/cssbox/
implementation 'net.sf.cssbox:cssbox:5.0.0'
// https://jarcasting.com/artifacts/net.sf.cssbox/cssbox/
implementation ("net.sf.cssbox:cssbox:5.0.0")
'net.sf.cssbox:cssbox:jar:5.0.0'
<dependency org="net.sf.cssbox" name="cssbox" rev="5.0.0">
  <artifact name="cssbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.cssbox', module='cssbox', version='5.0.0')
)
libraryDependencies += "net.sf.cssbox" % "cssbox" % "5.0.0"
[net.sf.cssbox/cssbox "5.0.0"]

Dependencies

compile (3)

Group / Artifact Type Version
net.sourceforge.nekohtml : nekohtml jar 1.9.22
org.slf4j : slf4j-api jar 1.7.30
net.sf.cssbox : jstyleparser jar 4.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

CSSBox

Build Status Maven Central

An HTML/CSS rendering engine library (c) 2005-2021 Radek Burget ([email protected])

See the project page for more information and downloads: http://cssbox.sourceforge.net/

All the source code of the CSSBox itself is licensed under the GNU Lesser General Public License (LGPL), version 3. A copy of the LGPL can be found in the LICENSE file.

CSSBox relies on the jStyleParser open source CSS parser http://cssbox.sourceforge.net/jstyleparser.

The CSSBox library is under development and its API or functionality may change in future versions. See the CHANGELOG for the most important changes to the previous versions.

Versions

Version
5.0.0
4.17
4.16
4.15
4.14
4.13
4.12
4.11
4.10
4.9
4.8
4.7
4.6
4.5
4.4