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
文件下载
文件名 操作
jstyleparser-1.20-p5.jar 下载
jstyleparser-1.20-p5.pom 下载
jstyleparser-1.20-p5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.daisy.libs</groupId>
  <artifactId>jstyleparser</artifactId>
  <version>1.20-p5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.daisy.libs:jstyleparser:1.20-p5'
Gradle Kotlin
implementation("org.daisy.libs:jstyleparser:1.20-p5")
Scala SBT
libraryDependencies += "org.daisy.libs" % "jstyleparser" % "1.20-p5"
Groovy Grape
@Grapes(
  @Grab(group='org.daisy.libs', module='jstyleparser', version='1.20-p5')
)
Apache Ivy
<dependency org="org.daisy.libs" name="jstyleparser" rev="1.20-p5" />
Leiningen
[org.daisy.libs/jstyleparser "1.20-p5"]
Apache Buildr
'org.daisy.libs:jstyleparser:jar:1.20-p5'