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