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