License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdorg.flowable |
ArtifactId | ArtifactIdspring-boot-sample-custom-mybatis-mapper |
Last Version | Last Version5.23.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFlowable - Spring Boot - Sample - Custom MyBatis Mapper
BPM and workflow engine
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.flowable/spring-boot-sample-custom-mybatis-mapper/ -->
<dependency>
<groupId>org.flowable</groupId>
<artifactId>spring-boot-sample-custom-mybatis-mapper</artifactId>
<version>5.23.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowable/spring-boot-sample-custom-mybatis-mapper/
implementation 'org.flowable:spring-boot-sample-custom-mybatis-mapper:5.23.0'
// https://jarcasting.com/artifacts/org.flowable/spring-boot-sample-custom-mybatis-mapper/
implementation ("org.flowable:spring-boot-sample-custom-mybatis-mapper:5.23.0")
'org.flowable:spring-boot-sample-custom-mybatis-mapper:jar:5.23.0'
<dependency org="org.flowable" name="spring-boot-sample-custom-mybatis-mapper" rev="5.23.0">
<artifact name="spring-boot-sample-custom-mybatis-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowable', module='spring-boot-sample-custom-mybatis-mapper', version='5.23.0')
)
libraryDependencies += "org.flowable" % "spring-boot-sample-custom-mybatis-mapper" % "5.23.0"
[org.flowable/spring-boot-sample-custom-mybatis-mapper "5.23.0"]
Group / Artifact | Type | Version |
---|---|---|
org.flowable : flowable-spring-boot-starter-basic | jar | 5.23.0 |
org.codehaus.groovy : groovy | jar | 1.7.5 |
com.h2database : h2 | jar | 1.3.176 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |