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