MVN

tokyo.northside : cssbox4

Maven & Gradle

Aug 10, 2023

cssbox4 · CSSBox is an (X)HTML/CSS rendering engine written in pure Java. Its primary purpose is to provide a complete information about the rendered page suitable for further processing. However, it also allows displaying the rendered document.

<dependency>
    <groupId>tokyo.northside</groupId>
    <artifactId>cssbox4</artifactId>
    <version>4.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tokyo.northside : cssbox4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.22

All Versions

Choose a version of tokyo.northside : cssbox4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.22
cssbox4-4.22
4.21
cssbox4-4.21
4.20
cssbox4-4.20
4.19
cssbox4-4.19

How to add a dependency to Maven

Add the following tokyo.northside : cssbox4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tokyo.northside</groupId>
    <artifactId>cssbox4</artifactId>
    <version>4.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tokyo.northside : cssbox4 gradle dependency to your build.gradle file:

implementation 'tokyo.northside:cssbox4:4.22'

Gradle Kotlin DSL: Add the following tokyo.northside : cssbox4 gradle kotlin dependency to your build.gradle.kts file:

implementation("tokyo.northside:cssbox4:4.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following tokyo.northside : cssbox4 sbt scala dependency to your build.sbt file:

libraryDependencies += "tokyo.northside" % "cssbox4" % "4.22"