i

imixs-marty

'Marty' is a sub project of 'Imixs Workflow'. The project provides several business process management solutions. The goal of this project is to simplify the development of workflow management applications by providing a robust and flexible application framework with a set of Java Enterprise components. All the results of this project are subject to the GPL licensing model.
https://github.com/imixs/imixs-marty
GNU General Public License
Imixs Software Solutions GmbH
Ralph Soika Gaby Heinle
Files download
File Operation
imixs-marty-3.4.4.pom download
Apache Maven
<dependency>
  <groupId>org.imixs.marty</groupId>
  <artifactId>imixs-marty</artifactId>
  <version>3.4.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.imixs.marty:imixs-marty:3.4.4'
Gradle Kotlin
implementation("org.imixs.marty:imixs-marty:3.4.4")
Scala SBT
libraryDependencies += "org.imixs.marty" % "imixs-marty" % "3.4.4"
Groovy Grape
@Grapes(
  @Grab(group='org.imixs.marty', module='imixs-marty', version='3.4.4')
)
Apache Ivy
<dependency org="org.imixs.marty" name="imixs-marty" rev="3.4.4" />
Leiningen
[org.imixs.marty/imixs-marty "3.4.4"]
Apache Buildr
'org.imixs.marty:imixs-marty:jar:3.4.4'