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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.sf.cssbox
Идентификатор

Идентификатор

cssbox
Последняя версия

Последняя версия

5.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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/
Система контроля версий

Система контроля версий

https://github.com/radkovo/CSSBox

Скачать cssbox

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

CSSBox

Build Status Maven Central

An HTML/CSS rendering engine library (c) 2005-2021 Radek Burget (burgetr@fit.vutbr.cz)

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.

Версии библиотеки

Версия
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