MVN

io.element.android : wysiwyg

Maven & Gradle

Aug 25, 2023
79 stars

Matrix WYSIWYG · Cross-platform rich text editor that generates HTML output.

<dependency>
    <groupId>io.element.android</groupId>
    <artifactId>wysiwyg</artifactId>
    <version>2.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.element.android : wysiwyg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.3

All Versions

Choose a version of io.element.android : wysiwyg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
wysiwyg-2.6.3
wysiwyg-2.6.0
2.5.x
wysiwyg-2.5.0
2.4.x
wysiwyg-2.4.1
2.3.x
wysiwyg-2.3.1
wysiwyg-2.3.0
2.2.x
wysiwyg-2.2.2
wysiwyg-2.2.1
wysiwyg-2.2.0
2.1.x
wysiwyg-2.1.0
1.2.x
wysiwyg-1.2.2
wysiwyg-1.2.1
wysiwyg-1.2.0
1.1.x
wysiwyg-1.1.1
wysiwyg-1.1.0
1.0.x
wysiwyg-1.0.0
0.23.x
wysiwyg-0.23.0
0.22.x
wysiwyg-0.22.0
0.21.x
wysiwyg-0.21.0
0.20.x
wysiwyg-0.20.0
0.19.x
wysiwyg-0.19.0
0.18.x
wysiwyg-0.18.0
0.17.x
wysiwyg-0.17.0
0.16.x
wysiwyg-0.16.0
0.15.x
wysiwyg-0.15.0
0.14.x
wysiwyg-0.14.0
0.13.x
wysiwyg-0.13.0
0.12.x
wysiwyg-0.12.0
0.11.x
wysiwyg-0.11.0
0.10.x
wysiwyg-0.10.0
0.9.x
wysiwyg-0.9.0
0.8.x
wysiwyg-0.8.0
0.7.x
wysiwyg-0.7.0.1
wysiwyg-0.7.0
0.6.x
wysiwyg-0.6.0
0.4.x
wysiwyg-0.4.0
0.2.x
wysiwyg-0.2.1
0.1.x
wysiwyg-0.1.0

How to add a dependency to Maven

Add the following io.element.android : wysiwyg maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.element.android</groupId>
    <artifactId>wysiwyg</artifactId>
    <version>2.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.element.android : wysiwyg gradle dependency to your build.gradle file:

implementation 'io.element.android:wysiwyg:2.6.3'

Gradle Kotlin DSL: Add the following io.element.android : wysiwyg gradle kotlin dependency to your build.gradle.kts file:

implementation("io.element.android:wysiwyg:2.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.element.android : wysiwyg sbt scala dependency to your build.sbt file:

libraryDependencies += "io.element.android" % "wysiwyg" % "2.6.3"