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