Jar examples for j: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.
You can download jar file jstyleparser 1.13.0-p1 in this page.
GNU Lesser General Public License 3.0
You can use the following script to add jstyleparser-1.13.0-p1.jar to your project.
<dependency> <groupId>org.daisy.libs</groupId> <artifactId>jstyleparser</artifactId> <version>1.13.0-p1</version> </dependency>
compile group: 'org.daisy.libs', name: 'jstyleparser', version: '1.13.0-p1'
libraryDependencies += "org.daisy.libs" % "jstyleparser" % "1.13.0-p1"
<dependency org="org.daisy.libs" name="jstyleparser" rev="1.13.0-p1"/>
@Grapes(@Grab(group='org.daisy.libs', module='jstyleparser', version='1.13.0-p1'))
'org.daisy.libs:jstyleparser:jar:1.13.0-p1'
Click the following link to download the jar file.
jstyleparser-1.13.0-p1-javadoc.jar