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
文件下载
文件名 操作
imixs-marty-4.1.6.pom 下载
Apache Maven
<dependency>
  <groupId>org.imixs.marty</groupId>
  <artifactId>imixs-marty</artifactId>
  <version>4.1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.imixs.marty:imixs-marty:4.1.6'
Gradle Kotlin
implementation("org.imixs.marty:imixs-marty:4.1.6")
Scala SBT
libraryDependencies += "org.imixs.marty" % "imixs-marty" % "4.1.6"
Groovy Grape
@Grapes(
  @Grab(group='org.imixs.marty', module='imixs-marty', version='4.1.6')
)
Apache Ivy
<dependency org="org.imixs.marty" name="imixs-marty" rev="4.1.6" />
Leiningen
[org.imixs.marty/imixs-marty "4.1.6"]
Apache Buildr
'org.imixs.marty:imixs-marty:jar:4.1.6'