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