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