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