Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.catify.bpmn |
ArtifactId | ArtifactIddata-spi-jpa |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncatify BPMN Engine Core - JPA Data Service Provider
JPA service provider for the Data SPI of the catify BPMN Engine Core
|
Project URL |
Project URL |
Filename | Size |
---|---|
data-spi-jpa-1.1.pom | |
data-spi-jpa-1.1.jar | 12 KB |
data-spi-jpa-1.1-sources.jar | 8 KB |
data-spi-jpa-1.1-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.catify.bpmn/data-spi-jpa/ -->
<dependency>
<groupId>com.catify.bpmn</groupId>
<artifactId>data-spi-jpa</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.catify.bpmn/data-spi-jpa/
implementation 'com.catify.bpmn:data-spi-jpa:1.1'
// https://jarcasting.com/artifacts/com.catify.bpmn/data-spi-jpa/
implementation ("com.catify.bpmn:data-spi-jpa:1.1")
'com.catify.bpmn:data-spi-jpa:jar:1.1'
<dependency org="com.catify.bpmn" name="data-spi-jpa" rev="1.1">
<artifact name="data-spi-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.catify.bpmn', module='data-spi-jpa', version='1.1')
)
libraryDependencies += "com.catify.bpmn" % "data-spi-jpa" % "1.1"
[com.catify.bpmn/data-spi-jpa "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-entitymanager | jar | 4.1.9.Final |
org.springframework.data : spring-data-jpa | jar | 1.2.0.RELEASE |
org.hibernate : hibernate-c3p0 | jar | 4.1.9.Final |
javax.persistence : persistence-api | jar | 1.0.2 |
org.hibernate : hibernate-validator-annotation-processor | jar | 4.1.0.Final |
commons-lang : commons-lang | jar | 2.6 |
com.h2database : h2 | jar | 1.3.170 |
Group / Artifact | Type | Version |
---|---|---|
com.catify.bpmn : bpmn-engine-core | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.springframework : spring-test | jar | 3.1.2.RELEASE |