MVN

io.github.ReleaseStandard.CodeEditor : emptyPlugin

Maven & Gradle

Aug 16, 2021
0 stars

emptyPlugin · emptyPlugin for CodeEditor

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

Latest Version

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

  • Latest Stable: view-android

All Versions

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

Version Vulnerabilities Updated
2.3.x
emptyPlugin-2.3.0
2
emptyPlugin-2
view
emptyPlugin-view-android

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.ReleaseStandard.CodeEditor : emptyPlugin gradle dependency to your build.gradle file:

implementation 'io.github.ReleaseStandard.CodeEditor:emptyPlugin:view-android'

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

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

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.ReleaseStandard.CodeEditor : emptyPlugin sbt scala dependency to your build.sbt file:

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