c

cometd-java-asynchttpclient

Files download
File Operation
cometd-java-asynchttpclient-1.1.jar download
cometd-java-asynchttpclient-1.1.pom download
cometd-java-asynchttpclient-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sonatype.spice</groupId>
  <artifactId>cometd-java-asynchttpclient</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.sonatype.spice:cometd-java-asynchttpclient:1.1'
Gradle Kotlin
implementation("org.sonatype.spice:cometd-java-asynchttpclient:1.1")
Scala SBT
libraryDependencies += "org.sonatype.spice" % "cometd-java-asynchttpclient" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.sonatype.spice', module='cometd-java-asynchttpclient', version='1.1')
)
Apache Ivy
<dependency org="org.sonatype.spice" name="cometd-java-asynchttpclient" rev="1.1" />
Leiningen
[org.sonatype.spice/cometd-java-asynchttpclient "1.1"]
Apache Buildr
'org.sonatype.spice:cometd-java-asynchttpclient:jar:1.1'