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