is not current version
Last Version 4.0.0

net.sf.cssbox:jstyleparser 1.21

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.

Categories

Categories

Net
GroupId

GroupId

net.sf.cssbox
ArtifactId

ArtifactId

jstyleparser
Version

Version

1.21
Type

Type

jar

Download jstyleparser 1.21


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