sarasvati-hibernate

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.

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

com.googlecode.sarasvati
ArtifactId

ArtifactId

sarasvati-hibernate
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

sarasvati-hibernate
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.

Download sarasvati-hibernate

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.sarasvati/sarasvati-hibernate/ -->
<dependency>
    <groupId>com.googlecode.sarasvati</groupId>
    <artifactId>sarasvati-hibernate</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.sarasvati/sarasvati-hibernate/
implementation 'com.googlecode.sarasvati:sarasvati-hibernate:2.0.2'
// https://jarcasting.com/artifacts/com.googlecode.sarasvati/sarasvati-hibernate/
implementation ("com.googlecode.sarasvati:sarasvati-hibernate:2.0.2")
'com.googlecode.sarasvati:sarasvati-hibernate:jar:2.0.2'
<dependency org="com.googlecode.sarasvati" name="sarasvati-hibernate" rev="2.0.2">
  <artifact name="sarasvati-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.sarasvati', module='sarasvati-hibernate', version='2.0.2')
)
libraryDependencies += "com.googlecode.sarasvati" % "sarasvati-hibernate" % "2.0.2"
[com.googlecode.sarasvati/sarasvati-hibernate "2.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
com.googlecode.sarasvati : sarasvati-core jar 2.0.2
org.hibernate : hibernate-core jar 3.6.10.Final
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
org.slf4j : slf4j-log4j12 jar 1.6.6

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1
2.0