Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-example-spring-javaconfig |
Version | Version2.19.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-spring-javaconfig/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-spring-javaconfig</artifactId>
<version>2.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-spring-javaconfig/
implementation 'org.apache.camel:camel-example-spring-javaconfig:2.19.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-spring-javaconfig/
implementation ("org.apache.camel:camel-example-spring-javaconfig:2.19.1")
'org.apache.camel:camel-example-spring-javaconfig:jar:2.19.1'
<dependency org="org.apache.camel" name="camel-example-spring-javaconfig" rev="2.19.1">
<artifact name="camel-example-spring-javaconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-spring-javaconfig', version='2.19.1')
)
libraryDependencies += "org.apache.camel" % "camel-example-spring-javaconfig" % "2.19.1"
[org.apache.camel/camel-example-spring-javaconfig "2.19.1"]