MVN

org.uberfire : uberfire-perspective-editor-client

Maven & Gradle

Dec 09, 2014
6 usages

Uberfire Perspective Editor Client · Uberfire Perspective Editor Client

<dependency>
    <groupId>org.uberfire</groupId>
    <artifactId>uberfire-perspective-editor-client</artifactId>
    <version>0.5.0.CR7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.uberfire : uberfire-perspective-editor-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0.CR7

All Versions

Choose a version of org.uberfire : uberfire-perspective-editor-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
uberfire-perspective-editor-client-0.5.0.CR7
uberfire-perspective-editor-client-0.5.0.CR6
uberfire-perspective-editor-client-0.5.0.CR5
uberfire-perspective-editor-client-0.5.0.CR4

How to add a dependency to Maven

Add the following org.uberfire : uberfire-perspective-editor-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.uberfire</groupId>
    <artifactId>uberfire-perspective-editor-client</artifactId>
    <version>0.5.0.CR7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.uberfire : uberfire-perspective-editor-client gradle dependency to your build.gradle file:

implementation 'org.uberfire:uberfire-perspective-editor-client:0.5.0.CR7'

Gradle Kotlin DSL: Add the following org.uberfire : uberfire-perspective-editor-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.uberfire:uberfire-perspective-editor-client:0.5.0.CR7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.uberfire : uberfire-perspective-editor-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.uberfire" % "uberfire-perspective-editor-client" % "0.5.0.CR7"

Advertisement