License |
License |
---|---|
GroupId | GroupIdorg.ow2.scarbo.runtime |
ArtifactId | ArtifactIdtask-engine-parent |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionScarbo Task Engine Framework
This parent project contains everything necessary to use services over Frascati and Groovy scripts and ... in Bonita
|
Filename | Size |
---|---|
task-engine-parent-3.0.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.scarbo.runtime/task-engine-parent/ -->
<dependency>
<groupId>org.ow2.scarbo.runtime</groupId>
<artifactId>task-engine-parent</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.scarbo.runtime/task-engine-parent/
implementation 'org.ow2.scarbo.runtime:task-engine-parent:3.0.0'
// https://jarcasting.com/artifacts/org.ow2.scarbo.runtime/task-engine-parent/
implementation ("org.ow2.scarbo.runtime:task-engine-parent:3.0.0")
'org.ow2.scarbo.runtime:task-engine-parent:pom:3.0.0'
<dependency org="org.ow2.scarbo.runtime" name="task-engine-parent" rev="3.0.0">
<artifact name="task-engine-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.scarbo.runtime', module='task-engine-parent', version='3.0.0')
)
libraryDependencies += "org.ow2.scarbo.runtime" % "task-engine-parent" % "3.0.0"
[org.ow2.scarbo.runtime/task-engine-parent "3.0.0"]