MVN

org.webjars.bowergithub.hakimel : reveal.js

Maven & Gradle

Jun 14, 2021
2 usages
66.4k stars

reveal.js · WebJar for reveal.js

<dependency>
    <groupId>org.webjars.bowergithub.hakimel</groupId>
    <artifactId>reveal.js</artifactId>
    <version>4.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.hakimel : reveal.js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.2

All Versions

Choose a version of org.webjars.bowergithub.hakimel : reveal.js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
reveal.js-4.1.2
CVE-2022-0776
reveal.js-4.1.0
CVE-2022-0776
4.0.x
reveal.js-4.0.2
CVE-2022-0776
3.9.x
reveal.js-3.9.2
CVE-2022-0776
3.8.x
reveal.js-3.8.0
CVE-2022-0776
3.7.x
reveal.js-3.7.0
CVE-2022-0776

How to add a dependency to Maven

Add the following org.webjars.bowergithub.hakimel : reveal.js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.hakimel</groupId>
    <artifactId>reveal.js</artifactId>
    <version>4.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.hakimel : reveal.js gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.hakimel:reveal.js:4.1.2'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.hakimel : reveal.js gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.hakimel:reveal.js:4.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.hakimel : reveal.js sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.hakimel" % "reveal.js" % "4.1.2"