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