Files download
File Operation
editor-6.jar download
editor-6.pom download
editor-6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ReleaseStandard.CodeEditor</groupId>
  <artifactId>editor</artifactId>
  <version>6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.ReleaseStandard.CodeEditor:editor:6'
Gradle Kotlin
implementation("io.github.ReleaseStandard.CodeEditor:editor:6")
Scala SBT
libraryDependencies += "io.github.ReleaseStandard.CodeEditor" % "editor" % "6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ReleaseStandard.CodeEditor', module='editor', version='6')
)
Apache Ivy
<dependency org="io.github.ReleaseStandard.CodeEditor" name="editor" rev="6" />
Leiningen
[io.github.ReleaseStandard.CodeEditor/editor "6"]
Apache Buildr
'io.github.ReleaseStandard.CodeEditor:editor:jar:6'
Dependencies
The project has no third-party dependencies