| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdorg.apache.camel |
| ArtifactId | ArtifactIdcamel-example-mybatis |
| Version | Version2.19.5 |
| Type | Typejar |
| Description |
DescriptionCamel :: Example :: MyBatis
An example for showing Camel using MyBatis SQL mapper component
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-mybatis/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-mybatis</artifactId>
<version>2.19.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-mybatis/
implementation 'org.apache.camel:camel-example-mybatis:2.19.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-mybatis/
implementation ("org.apache.camel:camel-example-mybatis:2.19.5")
'org.apache.camel:camel-example-mybatis:jar:2.19.5'
<dependency org="org.apache.camel" name="camel-example-mybatis" rev="2.19.5">
<artifact name="camel-example-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-mybatis', version='2.19.5')
)
libraryDependencies += "org.apache.camel" % "camel-example-mybatis" % "2.19.5"
[org.apache.camel/camel-example-mybatis "2.19.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-blueprint | jar | 2.19.5 |
| org.apache.camel : camel-mybatis | jar | 2.19.5 |
| org.apache.derby : derby | jar | 10.11.1.1 |
| commons-dbcp : commons-dbcp | jar | 1.4 |