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