Last Version

jStyleParser 4.0.0

jStyleParser is a CSS parser written in Java. It has its own application interface that is designed to allow an efficient CSS processing in Java and mapping the values to the Java data types. It parses CSS 2.1 style sheets into structures that can be efficiently assigned to DOM elements. It is intended be the primary CSS parser for the CSSBox library. While handling errors, it is user agent conforming according to the CSS specification.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.cssbox
ArtifactId

ArtifactId

jstyleparser
Version

Version

4.0.0
Type

Type

jar
Description

Description

jStyleParser
jStyleParser is a CSS parser written in Java. It has its own application interface that is designed to allow an efficient CSS processing in Java and mapping the values to the Java data types. It parses CSS 2.1 style sheets into structures that can be efficiently assigned to DOM elements. It is intended be the primary CSS parser for the CSSBox library. While handling errors, it is user agent conforming according to the CSS specification.
Project URL

Project URL

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

Source Code Management

https://github.com/radkovo/jStyleParser

Download jstyleparser 4.0.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.antlr : antlr4-runtime jar 4.5.3
org.slf4j : slf4j-api jar 1.7.25
org.unbescape : unbescape jar 1.1.6.RELEASE

test (4)

Group / Artifact Type Version
net.sourceforge.nekohtml : nekohtml jar 1.9.22
xerces : xercesImpl jar 2.12.0
xml-apis : xml-apis jar 1.4.01
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.