MVN

com.eagerlogic.cubee : cubee

Maven & Gradle

Nov 12, 2015
1 stars

Cubee · An UI library based on GWT.

<dependency>
    <groupId>com.eagerlogic.cubee</groupId>
    <artifactId>cubee</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eagerlogic.cubee : cubee to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2
  • Latest Beta: 0.2.0-beta

All Versions

Choose a version of com.eagerlogic.cubee : cubee to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
cubee-0.3.2
cubee-0.3.1
cubee-0.3.0
0.2
cubee-0.2
0.2.x
cubee-0.2.0-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>com.eagerlogic.cubee</groupId>
    <artifactId>cubee</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eagerlogic.cubee : cubee gradle dependency to your build.gradle file:

implementation 'com.eagerlogic.cubee:cubee:0.3.2'

Gradle Kotlin DSL: Add the following com.eagerlogic.cubee : cubee gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eagerlogic.cubee:cubee:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eagerlogic.cubee : cubee sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eagerlogic.cubee" % "cubee" % "0.3.2"