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