j

jbpm-services-api

Files download
File Operation
jbpm-services-api-6.2.0.CR4.jar download
jbpm-services-api-6.2.0.CR4.pom download
jbpm-services-api-6.2.0.CR4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jbpm</groupId>
  <artifactId>jbpm-services-api</artifactId>
  <version>6.2.0.CR4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.jbpm:jbpm-services-api:6.2.0.CR4'
Gradle Kotlin
implementation("org.jbpm:jbpm-services-api:6.2.0.CR4")
Scala SBT
libraryDependencies += "org.jbpm" % "jbpm-services-api" % "6.2.0.CR4"
Groovy Grape
@Grapes(
  @Grab(group='org.jbpm', module='jbpm-services-api', version='6.2.0.CR4')
)
Apache Ivy
<dependency org="org.jbpm" name="jbpm-services-api" rev="6.2.0.CR4" />
Leiningen
[org.jbpm/jbpm-services-api "6.2.0.CR4"]
Apache Buildr
'org.jbpm:jbpm-services-api:jar:6.2.0.CR4'