Last Version

CSSBox 5.0.0

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
Version

Version

5.0.0
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 5.0.0


<!-- 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.