| GroupId | GroupIdorg.jbpm |
|---|---|
| ArtifactId | ArtifactIdjbpm-services |
| Version | Version7.40.0.20200703 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jbpm-services-7.40.0.20200703.pom | 939 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-services/ -->
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-services</artifactId>
<version>7.40.0.20200703</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm/jbpm-services/
implementation 'org.jbpm:jbpm-services:7.40.0.20200703'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-services/
implementation ("org.jbpm:jbpm-services:7.40.0.20200703")
'org.jbpm:jbpm-services:pom:7.40.0.20200703'
<dependency org="org.jbpm" name="jbpm-services" rev="7.40.0.20200703">
<artifact name="jbpm-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-services', version='7.40.0.20200703')
)
libraryDependencies += "org.jbpm" % "jbpm-services" % "7.40.0.20200703"
[org.jbpm/jbpm-services "7.40.0.20200703"]