License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdorg.flowable |
ArtifactId | ArtifactIdflowable-spring-boot-sample-custom-mybatis-mapper |
Version | Version6.7.1 |
Type | Typejar |
Description |
DescriptionBPM and workflow engine
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-sample-custom-mybatis-mapper/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-sample-custom-mybatis-mapper</artifactId>
<version>6.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-sample-custom-mybatis-mapper/
implementation 'org.flowable:flowable-spring-boot-sample-custom-mybatis-mapper:6.7.1'
// https://jarcasting.com/artifacts/org.flowable/flowable-spring-boot-sample-custom-mybatis-mapper/
implementation ("org.flowable:flowable-spring-boot-sample-custom-mybatis-mapper:6.7.1")
'org.flowable:flowable-spring-boot-sample-custom-mybatis-mapper:jar:6.7.1'
<dependency org="org.flowable" name="flowable-spring-boot-sample-custom-mybatis-mapper" rev="6.7.1">
<artifact name="flowable-spring-boot-sample-custom-mybatis-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='flowable-spring-boot-sample-custom-mybatis-mapper', version='6.7.1')
)
libraryDependencies += "org.flowable" % "flowable-spring-boot-sample-custom-mybatis-mapper" % "6.7.1"
[org.flowable/flowable-spring-boot-sample-custom-mybatis-mapper "6.7.1"]
Group / Artifact | Type | Version |
---|---|---|
org.flowable : flowable-spring-boot-starter-process | jar | 6.7.1 |
org.codehaus.groovy : groovy-jsr223 | jar | 3.0.9 |
com.h2database : h2 | jar | 1.4.200 |
org.springframework.boot : spring-boot-starter-test | jar |