| GroupId | GroupIdorg.apache.camel |
|---|---|
| ArtifactId | ArtifactIdcamel-cometd |
| Version | Version3.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| camel-cometd-3.6.0.pom | |
| camel-cometd-3.6.0.jar | 50 KB |
| camel-cometd-3.6.0-sources.jar | 27 KB |
| camel-cometd-3.6.0-javadoc.jar | 82 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-cometd/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cometd</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-cometd/
implementation 'org.apache.camel:camel-cometd:3.6.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-cometd/
implementation ("org.apache.camel:camel-cometd:3.6.0")
'org.apache.camel:camel-cometd:jar:3.6.0'
<dependency org="org.apache.camel" name="camel-cometd" rev="3.6.0">
<artifact name="camel-cometd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-cometd', version='3.6.0')
)
libraryDependencies += "org.apache.camel" % "camel-cometd" % "3.6.0"
[org.apache.camel/camel-cometd "3.6.0"]