GroupId | GroupIdorg.jbpm |
---|---|
ArtifactId | ArtifactIdjbpm-services-ejb-timer |
Version | Version6.2.0.CR4 |
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.2.0.CR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbpm/jbpm-services-ejb-timer/
implementation 'org.jbpm:jbpm-services-ejb-timer:6.2.0.CR4'
// https://jarcasting.com/artifacts/org.jbpm/jbpm-services-ejb-timer/
implementation ("org.jbpm:jbpm-services-ejb-timer:6.2.0.CR4")
'org.jbpm:jbpm-services-ejb-timer:jar:6.2.0.CR4'
<dependency org="org.jbpm" name="jbpm-services-ejb-timer" rev="6.2.0.CR4">
<artifact name="jbpm-services-ejb-timer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbpm', module='jbpm-services-ejb-timer', version='6.2.0.CR4')
)
libraryDependencies += "org.jbpm" % "jbpm-services-ejb-timer" % "6.2.0.CR4"
[org.jbpm/jbpm-services-ejb-timer "6.2.0.CR4"]