MVN

io.github.Rosemoe.sora-editor : editor

Maven & Gradle

Aug 24, 2023
902 stars

editor · An awesome code editor library on Android

<dependency>
    <groupId>io.github.Rosemoe.sora-editor</groupId>
    <artifactId>editor</artifactId>
    <version>0.22.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.Rosemoe.sora-editor : editor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.22.1
  • Latest Release Candidate: 0.9.0-RC1

All Versions

Choose a version of io.github.Rosemoe.sora-editor : editor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.22.x
editor-0.22.1
editor-0.22.0
0.21.x
editor-0.21.1
editor-0.21.0
0.20.x
editor-0.20.4
editor-0.20.3
editor-0.20.2
editor-0.20.1
editor-0.20.0
0.19.x
editor-0.19.0
0.18.x
editor-0.18.1
editor-0.18.0
0.17.x
editor-0.17.2
editor-0.17.1
editor-0.17.0
0.16.x
editor-0.16.5
editor-0.16.4
editor-0.16.3
editor-0.16.2
editor-0.16.1
editor-0.16.0
0.15.x
editor-0.15.1
editor-0.15.0
editor-0.15.0-dev-1
0.14.x
editor-0.14.0
0.13.x
editor-0.13.1
editor-0.13.0
0.12.x
editor-0.12.0
0.11.x
editor-0.11.4
editor-0.11.3
editor-0.11.2
editor-0.11.1
editor-0.11.0
0.10.x
editor-0.10.11
editor-0.10.10
editor-0.10.9
editor-0.10.8
editor-0.10.7
editor-0.10.6
editor-0.10.5
editor-0.10.4
editor-0.10.3
editor-0.10.2
editor-0.10.1
editor-0.10.0
0.9.x
editor-0.9.3
editor-0.9.2
editor-0.9.1
editor-0.9.0
editor-0.9.0-RC1
0.8.x
editor-0.8.4
editor-0.8.3
editor-0.8.2
editor-0.8.0
0.7.x
editor-0.7.2
editor-0.7.1
editor-0.7.0
0.6.x
editor-0.6.0
editor-0.6.0-dev-4
editor-0.6.0-dev-3
editor-0.6.0-dev-2
editor-0.6.0-dev-1

How to add a dependency to Maven

Add the following io.github.Rosemoe.sora-editor : editor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.Rosemoe.sora-editor</groupId>
    <artifactId>editor</artifactId>
    <version>0.22.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.Rosemoe.sora-editor : editor gradle dependency to your build.gradle file:

implementation 'io.github.Rosemoe.sora-editor:editor:0.22.1'

Gradle Kotlin DSL: Add the following io.github.Rosemoe.sora-editor : editor gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.Rosemoe.sora-editor:editor:0.22.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.Rosemoe.sora-editor : editor sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.Rosemoe.sora-editor" % "editor" % "0.22.1"