MVN

io.github.Rosemoe.sora-editor : editor-kt

Maven & Gradle

Jul 17, 2022
906 stars

editor-kt · An awesome code editor library on Android

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

Latest Version

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

  • Latest Stable: 0.15.0-dev-1
  • Latest Release Candidate: 0.9.0-RC1

All Versions

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

Version Vulnerabilities Updated
0.15.x
editor-kt-0.15.0-dev-1
0.14.x
editor-kt-0.14.0
0.13.x
editor-kt-0.13.1
editor-kt-0.13.0
0.12.x
editor-kt-0.12.0
0.11.x
editor-kt-0.11.4
editor-kt-0.11.3
editor-kt-0.11.2
editor-kt-0.11.1
editor-kt-0.11.0
0.10.x
editor-kt-0.10.11
editor-kt-0.10.10
editor-kt-0.10.9
editor-kt-0.10.8
editor-kt-0.10.7
editor-kt-0.10.6
editor-kt-0.10.5
editor-kt-0.10.4
editor-kt-0.10.3
editor-kt-0.10.2
editor-kt-0.10.1
editor-kt-0.10.0
0.9.x
editor-kt-0.9.3
editor-kt-0.9.2
editor-kt-0.9.1
editor-kt-0.9.0
editor-kt-0.9.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.Rosemoe.sora-editor</groupId>
    <artifactId>editor-kt</artifactId>
    <version>0.15.0-dev-1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.Rosemoe.sora-editor:editor-kt:0.15.0-dev-1'

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

implementation("io.github.Rosemoe.sora-editor:editor-kt:0.15.0-dev-1")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.Rosemoe.sora-editor" % "editor-kt" % "0.15.0-dev-1"