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