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