GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-spring-jdbc |
Version | Version3.11.4 |
Type | Typejar |
Filename | Size |
---|---|
camel-spring-jdbc-3.11.4.pom | |
camel-spring-jdbc-3.11.4.jar | 21 KB |
camel-spring-jdbc-3.11.4-sources.jar | 12 KB |
camel-spring-jdbc-3.11.4-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-spring-jdbc/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-jdbc</artifactId>
<version>3.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-jdbc/
implementation 'org.apache.camel:camel-spring-jdbc:3.11.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-spring-jdbc/
implementation ("org.apache.camel:camel-spring-jdbc:3.11.4")
'org.apache.camel:camel-spring-jdbc:jar:3.11.4'
<dependency org="org.apache.camel" name="camel-spring-jdbc" rev="3.11.4">
<artifact name="camel-spring-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-spring-jdbc', version='3.11.4')
)
libraryDependencies += "org.apache.camel" % "camel-spring-jdbc" % "3.11.4"
[org.apache.camel/camel-spring-jdbc "3.11.4"]