MVN

net.sf.cssbox : jstyleparser

Maven & Gradle

Feb 01, 2021
7 usages
78 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>net.sf.cssbox</groupId>
    <artifactId>jstyleparser</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.cssbox : jstyleparser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of net.sf.cssbox : jstyleparser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
jstyleparser-4.0.0
3.5
jstyleparser-3.5
3.4
jstyleparser-3.4
3.3
jstyleparser-3.3
3.2
jstyleparser-3.2
3.1
jstyleparser-3.1
3.0
jstyleparser-3.0
2.1
jstyleparser-2.1
2.0
jstyleparser-2.0
1.23
jstyleparser-1.23
1.22
jstyleparser-1.22
1.21
jstyleparser-1.21
1.20
jstyleparser-1.20
1.19
jstyleparser-1.19
1.18
jstyleparser-1.18
1.17
jstyleparser-1.17
1.16
jstyleparser-1.16
1.15
jstyleparser-1.15

How to add a dependency to Maven

Add the following net.sf.cssbox : jstyleparser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.cssbox</groupId>
    <artifactId>jstyleparser</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.cssbox : jstyleparser gradle dependency to your build.gradle file:

implementation 'net.sf.cssbox:jstyleparser:4.0.0'

Gradle Kotlin DSL: Add the following net.sf.cssbox : jstyleparser gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.cssbox:jstyleparser:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.cssbox : jstyleparser sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.cssbox" % "jstyleparser" % "4.0.0"

Advertisement

Dependencies from Group

Mar 19, 2023
13 usages
204 stars
Oct 17, 2022
9 usages
157 stars
Feb 01, 2021
7 usages
78 stars
Oct 17, 2022
1 usages
0 stars
Sep 01, 2014
1 usages
56 stars

Discover Dependencies

Sep 03, 2019
8 usages
29 stars
Apr 08, 2023
4 usages
126 stars
May 19, 2010
18 usages
Aug 30, 2021
4 usages
10 stars
Mar 30, 2018
4 usages
Sep 19, 2017
4 usages
38 stars
Jan 10, 2018
3 usages
195 stars
Apr 25, 2018
4 usages
10 stars