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