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