GroupId | GroupIdorg.jbpm |
---|---|
ArtifactId | ArtifactIdjbpm-services-ejb-timer |
Version | Version6.4.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jbpm/jbpm-services-ejb-timer/ -->
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-services-ejb-timer</artifactId>
<version>6.4.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm/jbpm-services-ejb-timer/
implementation 'org.jbpm:jbpm-services-ejb-timer:6.4.0.CR1'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-services-ejb-timer/
implementation ("org.jbpm:jbpm-services-ejb-timer:6.4.0.CR1")
'org.jbpm:jbpm-services-ejb-timer:jar:6.4.0.CR1'
<dependency org="org.jbpm" name="jbpm-services-ejb-timer" rev="6.4.0.CR1">
<artifact name="jbpm-services-ejb-timer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-services-ejb-timer', version='6.4.0.CR1')
)
libraryDependencies += "org.jbpm" % "jbpm-services-ejb-timer" % "6.4.0.CR1"
[org.jbpm/jbpm-services-ejb-timer "6.4.0.CR1"]