MVN

org.daisy.libs : jstyleparser

Maven & Gradle

Jul 19, 2023
12 usages
89 stars

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.

<dependency>
    <groupId>org.daisy.libs</groupId>
    <artifactId>jstyleparser</artifactId>
    <version>1.20-p21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.daisy.libs : jstyleparser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.20-p21

All Versions

Choose a version of org.daisy.libs : jstyleparser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20
jstyleparser-1.20-p21
jstyleparser-1.20-p20
jstyleparser-1.20-p19
jstyleparser-1.20-p18
jstyleparser-1.20-p17
jstyleparser-1.20-p16
jstyleparser-1.20-p15
jstyleparser-1.20-p14
jstyleparser-1.20-p13
jstyleparser-1.20-p12
jstyleparser-1.20-p11
jstyleparser-1.20-p10
jstyleparser-1.20-p9
jstyleparser-1.20-p8
jstyleparser-1.20-p7
jstyleparser-1.20-p6
jstyleparser-1.20-p5
jstyleparser-1.20-p4
jstyleparser-1.20-p3
jstyleparser-1.20-p2
jstyleparser-1.20-p1
1.13.x
jstyleparser-1.13.0-p1
1.7.x
jstyleparser-1.7.0

How to add a dependency to Maven

Add the following org.daisy.libs : jstyleparser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.daisy.libs</groupId>
    <artifactId>jstyleparser</artifactId>
    <version>1.20-p21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.daisy.libs : jstyleparser gradle dependency to your build.gradle file:

implementation 'org.daisy.libs:jstyleparser:1.20-p21'

Gradle Kotlin DSL: Add the following org.daisy.libs : jstyleparser gradle kotlin dependency to your build.gradle.kts file:

implementation("org.daisy.libs:jstyleparser:1.20-p21")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.daisy.libs : jstyleparser sbt scala dependency to your build.sbt file:

libraryDependencies += "org.daisy.libs" % "jstyleparser" % "1.20-p21"

Advertisement

Dependencies from Group

Mar 11, 2022
69 usages
1 stars
Jun 14, 2023
38 usages
104 stars
Aug 20, 2020
24 usages
1 stars
Jul 19, 2023
12 usages
89 stars
Mar 27, 2013
7 usages

Discover Dependencies

Nov 10, 2015
6 usages
Feb 06, 2020
8 usages
101 stars
Sep 21, 2021
5 usages
22.3k stars
Nov 12, 2015
5 usages
Nov 09, 2015
21 usages
Nov 09, 2015
11 usages
Jun 23, 2021
7 usages
Jan 19, 2022
7 usages
632 stars