c

com.adobe.granite.ui.commons

The Adobe Granite user interface commons bundle.
Files download
File Operation
com.adobe.granite.ui.commons-5.5.60.jar download
com.adobe.granite.ui.commons-5.5.60.pom download
com.adobe.granite.ui.commons-5.5.60-sources.jar download
Apache Maven
<dependency>
  <groupId>com.adobe.granite</groupId>
  <artifactId>com.adobe.granite.ui.commons</artifactId>
  <version>5.5.60</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.adobe.granite:com.adobe.granite.ui.commons:5.5.60'
Gradle Kotlin
implementation("com.adobe.granite:com.adobe.granite.ui.commons:5.5.60")
Scala SBT
libraryDependencies += "com.adobe.granite" % "com.adobe.granite.ui.commons" % "5.5.60"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.granite', module='com.adobe.granite.ui.commons', version='5.5.60')
)
Apache Ivy
<dependency org="com.adobe.granite" name="com.adobe.granite.ui.commons" rev="5.5.60" />
Leiningen
[com.adobe.granite/com.adobe.granite.ui.commons "5.5.60"]
Apache Buildr
'com.adobe.granite:com.adobe.granite.ui.commons:jar:5.5.60'