文件下载
文件名 操作
cometd-java-client-http-common-6.0.8.jar 下载
cometd-java-client-http-common-6.0.8.pom 下载
cometd-java-client-http-common-6.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.cometd.java</groupId>
  <artifactId>cometd-java-client-http-common</artifactId>
  <version>6.0.8</version>
</dependency>
Gradle Groovy
implementation 'org.cometd.java:cometd-java-client-http-common:6.0.8'
Gradle Kotlin
implementation("org.cometd.java:cometd-java-client-http-common:6.0.8")
Scala SBT
libraryDependencies += "org.cometd.java" % "cometd-java-client-http-common" % "6.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.cometd.java', module='cometd-java-client-http-common', version='6.0.8')
)
Apache Ivy
<dependency org="org.cometd.java" name="cometd-java-client-http-common" rev="6.0.8" />
Leiningen
[org.cometd.java/cometd-java-client-http-common "6.0.8"]
Apache Buildr
'org.cometd.java:cometd-java-client-http-common:jar:6.0.8'