c

com.adobe.granite.ui.commons

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