u

uberfire-commons

Collection of reusable (not depending on any other UberFire module) components for Uberfire.
Files download
File Operation
uberfire-commons-1.0.0.CR2.jar download
uberfire-commons-1.0.0.CR2.pom download
uberfire-commons-1.0.0.CR2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.uberfire</groupId>
  <artifactId>uberfire-commons</artifactId>
  <version>1.0.0.CR2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.uberfire:uberfire-commons:1.0.0.CR2'
Gradle Kotlin
implementation("org.uberfire:uberfire-commons:1.0.0.CR2")
Scala SBT
libraryDependencies += "org.uberfire" % "uberfire-commons" % "1.0.0.CR2"
Groovy Grape
@Grapes(
  @Grab(group='org.uberfire', module='uberfire-commons', version='1.0.0.CR2')
)
Apache Ivy
<dependency org="org.uberfire" name="uberfire-commons" rev="1.0.0.CR2" />
Leiningen
[org.uberfire/uberfire-commons "1.0.0.CR2"]
Apache Buildr
'org.uberfire:uberfire-commons:jar:1.0.0.CR2'