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