MVN

io.github.ReleaseStandard.CodeEditor : editor

Maven & Gradle

Oct 13, 2021
10 usages
1 stars

editor · editor for CodeEditor

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

Latest Version

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

  • Latest Stable: view-terminal

All Versions

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

Version Vulnerabilities Updated
23.32.x
editor-23.32.0
23.31.x
editor-23.31.0
23.30.x
editor-23.30.0
23.29.x
editor-23.29.0
23.28.x
editor-23.28.0
23.27.x
editor-23.27.0
23.25.x
editor-23.25.0
23
editor-23
22
editor-22
21
editor-21
20
editor-20
19
editor-19
18
editor-18
17
editor-17
16
editor-16
15
editor-15
14
editor-14
13
editor-13
12
editor-12
10
editor-10
9
editor-9
8
editor-8
7
editor-7
6
editor-6
5
editor-5
4
editor-4
3
editor-3
1.25.x
editor-1.25.0
view
editor-view-terminal
editor-view-android
editor-view
model
editor-model
controller
editor-controller
editor
editor-editor

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'io.github.ReleaseStandard.CodeEditor:editor:view-terminal'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement