MVN

net.dankito.richtexteditor : richtexteditor-android

Maven & Gradle

Dec 29, 2020
89 stars

richtexteditor-android · WYSIWYG editor for Android supporting all common formatting options.

<dependency>
    <groupId>net.dankito.richtexteditor</groupId>
    <artifactId>richtexteditor-android</artifactId>
    <version>2.0.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.dankito.richtexteditor : richtexteditor-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.20

All Versions

Choose a version of net.dankito.richtexteditor : richtexteditor-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
richtexteditor-android-2.0.20
richtexteditor-android-2.0.19
richtexteditor-android-2.0.18
richtexteditor-android-2.0.17
richtexteditor-android-2.0.16
richtexteditor-android-2.0.15
richtexteditor-android-2.0.13
richtexteditor-android-2.0.12
richtexteditor-android-2.0.11
richtexteditor-android-2.0.10
richtexteditor-android-2.0.9
richtexteditor-android-2.0.8
richtexteditor-android-2.0.7
richtexteditor-android-2.0.6
richtexteditor-android-2.0.5
richtexteditor-android-2.0.4
richtexteditor-android-2.0.3
richtexteditor-android-2.0.2
richtexteditor-android-2.0.1
richtexteditor-android-2.0.0
1.2.x
richtexteditor-android-1.2.2
richtexteditor-android-1.2.1
richtexteditor-android-1.2.0
1.1.x
richtexteditor-android-1.1.4
richtexteditor-android-1.1.3
richtexteditor-android-1.1.2
richtexteditor-android-1.1.0
1.0.x
richtexteditor-android-1.0.2
richtexteditor-android-1.0.1
1.0
richtexteditor-android-1.0

How to add a dependency to Maven

Add the following net.dankito.richtexteditor : richtexteditor-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.dankito.richtexteditor</groupId>
    <artifactId>richtexteditor-android</artifactId>
    <version>2.0.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.dankito.richtexteditor : richtexteditor-android gradle dependency to your build.gradle file:

implementation 'net.dankito.richtexteditor:richtexteditor-android:2.0.20'

Gradle Kotlin DSL: Add the following net.dankito.richtexteditor : richtexteditor-android gradle kotlin dependency to your build.gradle.kts file:

implementation("net.dankito.richtexteditor:richtexteditor-android:2.0.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.dankito.richtexteditor : richtexteditor-android sbt scala dependency to your build.sbt file:

libraryDependencies += "net.dankito.richtexteditor" % "richtexteditor-android" % "2.0.20"

Advertisement