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