MVN

io.github.Rosemoe.sora-editor : textmate-core

Maven & Gradle

Nov 14, 2021
1 usages
904 stars

textmate-core · An awesome code editor library on Android

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

Latest Version

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

  • Latest Stable: 0.8.4

All Versions

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

Version Vulnerabilities Updated
0.8.x
textmate-core-0.8.4
textmate-core-0.8.3
textmate-core-0.8.2
textmate-core-0.8.0
0.7.x
textmate-core-0.7.2
textmate-core-0.7.1
textmate-core-0.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.Rosemoe.sora-editor</groupId>
    <artifactId>textmate-core</artifactId>
    <version>0.8.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.Rosemoe.sora-editor:textmate-core:0.8.4'

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

implementation("io.github.Rosemoe.sora-editor:textmate-core:0.8.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.Rosemoe.sora-editor" % "textmate-core" % "0.8.4"

Advertisement