Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.apache.camel.springboot |
ArtifactId | ArtifactIdcamel-catalog-provider-springboot |
Version | Version3.11.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-catalog-provider-springboot/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-catalog-provider-springboot</artifactId>
<version>3.11.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-catalog-provider-springboot/
implementation 'org.apache.camel.springboot:camel-catalog-provider-springboot:3.11.6'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-catalog-provider-springboot/
implementation ("org.apache.camel.springboot:camel-catalog-provider-springboot:3.11.6")
'org.apache.camel.springboot:camel-catalog-provider-springboot:jar:3.11.6'
<dependency org="org.apache.camel.springboot" name="camel-catalog-provider-springboot" rev="3.11.6">
<artifact name="camel-catalog-provider-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-catalog-provider-springboot', version='3.11.6')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-catalog-provider-springboot" % "3.11.6"
[org.apache.camel.springboot/camel-catalog-provider-springboot "3.11.6"]