MVN

tokyo.northside : cssbox

Maven & Gradle

Apr 04, 2023

CSSBox · 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>cssbox</artifactId>
    <version>4.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.18

All Versions

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

Version Vulnerabilities Updated
4.18
cssbox-4.18

How to add a dependency to Maven

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

<dependency>
    <groupId>tokyo.northside</groupId>
    <artifactId>cssbox</artifactId>
    <version>4.18</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tokyo.northside:cssbox:4.18'

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

implementation("tokyo.northside:cssbox:4.18")

How to add a dependency to SBT Scala

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

libraryDependencies += "tokyo.northside" % "cssbox" % "4.18"