i

imixs-workflow-faces

The Imixs Workflow JSF Utilities simplify the usage of the Java EE components in a web module
Files download
File Operation
imixs-workflow-faces-5.2.8.jar download
imixs-workflow-faces-5.2.8.pom download
imixs-workflow-faces-5.2.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.imixs.workflow</groupId>
  <artifactId>imixs-workflow-faces</artifactId>
  <version>5.2.8</version>
</dependency>
Gradle Groovy
implementation 'org.imixs.workflow:imixs-workflow-faces:5.2.8'
Gradle Kotlin
implementation("org.imixs.workflow:imixs-workflow-faces:5.2.8")
Scala SBT
libraryDependencies += "org.imixs.workflow" % "imixs-workflow-faces" % "5.2.8"
Groovy Grape
@Grapes(
  @Grab(group='org.imixs.workflow', module='imixs-workflow-faces', version='5.2.8')
)
Apache Ivy
<dependency org="org.imixs.workflow" name="imixs-workflow-faces" rev="5.2.8" />
Leiningen
[org.imixs.workflow/imixs-workflow-faces "5.2.8"]
Apache Buildr
'org.imixs.workflow:imixs-workflow-faces:jar:5.2.8'