j

jbpm-runtime-manager

jBPM RuntimeManager
文件下载
文件名 操作
jbpm-runtime-manager-7.46.0.t20201030.jar 下载
jbpm-runtime-manager-7.46.0.t20201030.pom 下载
jbpm-runtime-manager-7.46.0.t20201030-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jbpm</groupId>
  <artifactId>jbpm-runtime-manager</artifactId>
  <version>7.46.0.t20201030</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.jbpm:jbpm-runtime-manager:7.46.0.t20201030'
Gradle Kotlin
implementation("org.jbpm:jbpm-runtime-manager:7.46.0.t20201030")
Scala SBT
libraryDependencies += "org.jbpm" % "jbpm-runtime-manager" % "7.46.0.t20201030"
Groovy Grape
@Grapes(
  @Grab(group='org.jbpm', module='jbpm-runtime-manager', version='7.46.0.t20201030')
)
Apache Ivy
<dependency org="org.jbpm" name="jbpm-runtime-manager" rev="7.46.0.t20201030" />
Leiningen
[org.jbpm/jbpm-runtime-manager "7.46.0.t20201030"]
Apache Buildr
'org.jbpm:jbpm-runtime-manager:jar:7.46.0.t20201030'