License |
License |
---|---|
GroupId | GroupIdcom.googlecode.sarasvati |
ArtifactId | ArtifactIdsarasvati-parent |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionsarasvati
Sarasvati is a workflow/bpm engine based on graph execution. It has a simple core which allows for different implementations. For example one may change the persistence mechanism (or avoid it altogether), change token representation or build additional functionality on top.
|
Filename | Size |
---|---|
sarasvati-parent-2.0.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.sarasvati/sarasvati-parent/ -->
<dependency>
<groupId>com.googlecode.sarasvati</groupId>
<artifactId>sarasvati-parent</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.sarasvati/sarasvati-parent/
implementation 'com.googlecode.sarasvati:sarasvati-parent:2.0.2'
// https://jarcasting.com/artifacts/com.googlecode.sarasvati/sarasvati-parent/
implementation ("com.googlecode.sarasvati:sarasvati-parent:2.0.2")
'com.googlecode.sarasvati:sarasvati-parent:pom:2.0.2'
<dependency org="com.googlecode.sarasvati" name="sarasvati-parent" rev="2.0.2">
<artifact name="sarasvati-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.sarasvati', module='sarasvati-parent', version='2.0.2')
)
libraryDependencies += "com.googlecode.sarasvati" % "sarasvati-parent" % "2.0.2"
[com.googlecode.sarasvati/sarasvati-parent "2.0.2"]