MVN

com.github.nifty-gui : nifty-html

Maven & Gradle

Dec 27, 2018
233 stars

Nifty HTML Add-On · This module adds basic HTML support to Nifty. It creates Nifty elements from HTML directly. This is useful if you need to display messages or info boxes that contain more than simple elements.

<dependency>
    <groupId>com.github.nifty-gui</groupId>
    <artifactId>nifty-html</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nifty-gui : nifty-html to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of com.github.nifty-gui : nifty-html to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
nifty-html-1.4.3
nifty-html-1.4.2

How to add a dependency to Maven

Add the following com.github.nifty-gui : nifty-html maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.nifty-gui</groupId>
    <artifactId>nifty-html</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nifty-gui : nifty-html gradle dependency to your build.gradle file:

implementation 'com.github.nifty-gui:nifty-html:1.4.3'

Gradle Kotlin DSL: Add the following com.github.nifty-gui : nifty-html gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nifty-gui:nifty-html:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nifty-gui : nifty-html sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nifty-gui" % "nifty-html" % "1.4.3"

Advertisement