MVN

io.github.ReleaseStandard.CodeEditor.editor : model

Maven & Gradle

Oct 13, 2021
13 usages

model · model for CodeEditor

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

Latest Version

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

  • Latest Stable: 23.32.0

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.ReleaseStandard.CodeEditor.editor</groupId>
    <artifactId>model</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 : model gradle dependency to your build.gradle file:

implementation 'io.github.ReleaseStandard.CodeEditor.editor:model:23.32.0'

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

implementation("io.github.ReleaseStandard.CodeEditor.editor:model:23.32.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.ReleaseStandard.CodeEditor.editor" % "model" % "23.32.0"

Advertisement