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