MVN

org.webjars.bower : wysihtml

Maven & Gradle

Sep 08, 2017
3.3k stars

wysihtml · WebJar for wysihtml

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>wysihtml</artifactId>
    <version>0.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : wysihtml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.4
  • Latest Beta: 0.6.0-beta1

All Versions

Choose a version of org.webjars.bower : wysihtml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
wysihtml-0.6.0-beta1
0.5.x
wysihtml-0.5.4
0.4.x
wysihtml-0.4.17

How to add a dependency to Maven

Add the following org.webjars.bower : wysihtml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>wysihtml</artifactId>
    <version>0.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : wysihtml gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:wysihtml:0.5.4'

Gradle Kotlin DSL: Add the following org.webjars.bower : wysihtml gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:wysihtml:0.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : wysihtml sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "wysihtml" % "0.5.4"

Advertisement