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