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.
http://cssbox.sourceforge.net/jstyleparser
GNU Lesser General Public License 3.0
Radek Burget Karel Piwko Jan Švercl Ron Kuhnert Bert Frees Philip Borlin
Files download
File Operation
jstyleparser-1.20-p21.jar download
jstyleparser-1.20-p21.pom download
jstyleparser-1.20-p21-sources.jar download
Apache Maven
<dependency>
  <groupId>org.daisy.libs</groupId>
  <artifactId>jstyleparser</artifactId>
  <version>1.20-p21</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.libs:jstyleparser:1.20-p21'
Gradle Kotlin
implementation("org.daisy.libs:jstyleparser:1.20-p21")
Scala SBT
libraryDependencies += "org.daisy.libs" % "jstyleparser" % "1.20-p21"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.libs', module='jstyleparser', version='1.20-p21')
)
Apache Ivy
<dependency org="org.daisy.libs" name="jstyleparser" rev="1.20-p21" />
Leiningen
[org.daisy.libs/jstyleparser "1.20-p21"]
Apache Buildr
'org.daisy.libs:jstyleparser:jar:1.20-p21'