MVN

org.ujoframework : ujo-gxt-crud

Maven & Gradle

Jun 08, 2011

ujo-gxt-crud · Support for GWT (Create,Read,Update,Delete) - client UJO objects.

<dependency>
    <groupId>org.ujoframework</groupId>
    <artifactId>ujo-gxt-crud</artifactId>
    <version>1.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ujoframework : ujo-gxt-crud to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.20

All Versions

Choose a version of org.ujoframework : ujo-gxt-crud to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.20
ujo-gxt-crud-1.20

How to add a dependency to Maven

Add the following org.ujoframework : ujo-gxt-crud maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ujoframework</groupId>
    <artifactId>ujo-gxt-crud</artifactId>
    <version>1.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ujoframework : ujo-gxt-crud gradle dependency to your build.gradle file:

implementation 'org.ujoframework:ujo-gxt-crud:1.20'

Gradle Kotlin DSL: Add the following org.ujoframework : ujo-gxt-crud gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ujoframework:ujo-gxt-crud:1.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ujoframework : ujo-gxt-crud sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ujoframework" % "ujo-gxt-crud" % "1.20"

Advertisement