j

jbpm

The JBoss Business Process Manager (jBPM) is a flexible and extensible scaffolding for process languages
https://github.com/albfernandez/jbpm3-seam
GNU LESSER GENERAL PUBLIC LICENSE, version 3 (LGPL-3.0)
Alberto Fernández
文件下载
文件名 操作
jbpm-3.2.13.ayg.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.albfernandez</groupId>
  <artifactId>jbpm</artifactId>
  <version>3.2.13.ayg</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.albfernandez:jbpm:3.2.13.ayg'
Gradle Kotlin
implementation("com.github.albfernandez:jbpm:3.2.13.ayg")
Scala SBT
libraryDependencies += "com.github.albfernandez" % "jbpm" % "3.2.13.ayg"
Groovy Grape
@Grapes(
  @Grab(group='com.github.albfernandez', module='jbpm', version='3.2.13.ayg')
)
Apache Ivy
<dependency org="com.github.albfernandez" name="jbpm" rev="3.2.13.ayg" />
Leiningen
[com.github.albfernandez/jbpm "3.2.13.ayg"]
Apache Buildr
'com.github.albfernandez:jbpm:jar:3.2.13.ayg'