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.6.jar download
imixs-workflow-faces-5.2.6.pom download
imixs-workflow-faces-5.2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.imixs.workflow</groupId>
  <artifactId>imixs-workflow-faces</artifactId>
  <version>5.2.6</version>
</dependency>
Gradle Groovy
implementation 'org.imixs.workflow:imixs-workflow-faces:5.2.6'
Gradle Kotlin
implementation("org.imixs.workflow:imixs-workflow-faces:5.2.6")
Scala SBT
libraryDependencies += "org.imixs.workflow" % "imixs-workflow-faces" % "5.2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.imixs.workflow', module='imixs-workflow-faces', version='5.2.6')
)
Apache Ivy
<dependency org="org.imixs.workflow" name="imixs-workflow-faces" rev="5.2.6" />
Leiningen
[org.imixs.workflow/imixs-workflow-faces "5.2.6"]
Apache Buildr
'org.imixs.workflow:imixs-workflow-faces:jar:5.2.6'