MVN

com.github.mdre : OOEditor

Maven & Gradle

Aug 13, 2021
0 stars

OnlyOffice Editor component for Vaadin Flow 14.+ · OnlyOffice Editor component for Vaadin Flow 14.+

<dependency>
    <groupId>com.github.mdre</groupId>
    <artifactId>OOEditor</artifactId>
    <version>0.0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mdre : OOEditor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3.2

All Versions

Choose a version of com.github.mdre : OOEditor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
OOEditor-0.0.3.2
OOEditor-0.0.3

How to add a dependency to Maven

Add the following com.github.mdre : OOEditor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mdre</groupId>
    <artifactId>OOEditor</artifactId>
    <version>0.0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mdre : OOEditor gradle dependency to your build.gradle file:

implementation 'com.github.mdre:OOEditor:0.0.3.2'

Gradle Kotlin DSL: Add the following com.github.mdre : OOEditor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mdre:OOEditor:0.0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mdre : OOEditor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mdre" % "OOEditor" % "0.0.3.2"

Advertisement