MVN

io.github.ReleaseStandard.CodeEditor.editor : view-android

Maven & Gradle

Oct 13, 2021

view-android · view-android for CodeEditor

<dependency>
    <groupId>io.github.ReleaseStandard.CodeEditor.editor</groupId>
    <artifactId>view-android</artifactId>
    <version>23.32.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ReleaseStandard.CodeEditor.editor : view-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.32.0

All Versions

Choose a version of io.github.ReleaseStandard.CodeEditor.editor : view-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.32.x
view-android-23.32.0
23.31.x
view-android-23.31.0
23.30.x
view-android-23.30.0
23.29.x
view-android-23.29.0
23.28.x
view-android-23.28.0
23.27.x
view-android-23.27.0
23.25.x
view-android-23.25.0
23
view-android-23
22
view-android-22
1.25.x
view-android-1.25.0

How to add a dependency to Maven

Add the following io.github.ReleaseStandard.CodeEditor.editor : view-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.ReleaseStandard.CodeEditor.editor</groupId>
    <artifactId>view-android</artifactId>
    <version>23.32.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ReleaseStandard.CodeEditor.editor : view-android gradle dependency to your build.gradle file:

implementation 'io.github.ReleaseStandard.CodeEditor.editor:view-android:23.32.0'

Gradle Kotlin DSL: Add the following io.github.ReleaseStandard.CodeEditor.editor : view-android gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.ReleaseStandard.CodeEditor.editor:view-android:23.32.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ReleaseStandard.CodeEditor.editor : view-android sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.ReleaseStandard.CodeEditor.editor" % "view-android" % "23.32.0"