The stable releases are available via the file release system. The distribution package contains the library source code, documentation, examples and the compiled library in a .jar
archive.
Stable releases are available as Maven artifacts. Just use the following dependency:
<dependency> <groupId>net.sf.cssbox</groupId> <artifactId>jstyleparser</artifactId> <version>...</version> </dependency>
The code is hosted in a public repository on GitHub. You may obtain the most recent code using
git clone https://github.com/radkovo/jStyleParser.git
The repository includes the latest improvements and bugfixes. Therefore, the repository version of CSSBox usually gives better results than the latest release. However, some of the improvements may not be fully tested.
We will be glad to answer any questions or comments, preferably using our project forums. If you have found a bug, we will be grateful if you report it in our bug tracker.
The sources from git may be compiled using maven; just type mvn package
in the repository root.
For manual compilation, there are the following dependencies: