Download jstyleparser-1.20.jar file - Jar j

Jar examples for j:jstyleparser

Description

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.20 in this page.

License

GNU Lesser General Public License 3.0

Build File

You can use the following script to add jstyleparser-1.20.jar to your project.

<dependency>
   <groupId>net.sf.cssbox</groupId>
   <artifactId>jstyleparser</artifactId>
   <version>1.20</version>
</dependency>
compile group: 'net.sf.cssbox', name: 'jstyleparser', version: '1.20'
libraryDependencies += "net.sf.cssbox" % "jstyleparser" % "1.20"
<dependency org="net.sf.cssbox" name="jstyleparser" rev="1.20"/>
@Grapes(@Grab(group='net.sf.cssbox', module='jstyleparser', version='1.20'))
'net.sf.cssbox:jstyleparser:jar:1.20'

Download

Click the following link to download the jar file.

jstyleparser-1.20-javadoc.jar
jstyleparser-1.20-sources.jar
jstyleparser-1.20.jar
jstyleparser-1.20.pom



Related Tutorials