c

com.adobe.granite.workflow.api

The Granite Workflow API bundle provides public interfaces and types for the granite workflow engine.
Files download
File Operation
com.adobe.granite.workflow.api-1.0.14.jar download
com.adobe.granite.workflow.api-1.0.14.pom download
com.adobe.granite.workflow.api-1.0.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.adobe.granite</groupId>
  <artifactId>com.adobe.granite.workflow.api</artifactId>
  <version>1.0.14</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.adobe.granite:com.adobe.granite.workflow.api:1.0.14'
Gradle Kotlin
implementation("com.adobe.granite:com.adobe.granite.workflow.api:1.0.14")
Scala SBT
libraryDependencies += "com.adobe.granite" % "com.adobe.granite.workflow.api" % "1.0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.granite', module='com.adobe.granite.workflow.api', version='1.0.14')
)
Apache Ivy
<dependency org="com.adobe.granite" name="com.adobe.granite.workflow.api" rev="1.0.14" />
Leiningen
[com.adobe.granite/com.adobe.granite.workflow.api "1.0.14"]
Apache Buildr
'com.adobe.granite:com.adobe.granite.workflow.api:jar:1.0.14'