Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdorg.sonatype.spice |
ArtifactId | ArtifactIdcometd-java-asynchttpclient |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCometD :: Java :: Async Http Client
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.sonatype.spice/cometd-java-asynchttpclient/ -->
<dependency>
<groupId>org.sonatype.spice</groupId>
<artifactId>cometd-java-asynchttpclient</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.spice/cometd-java-asynchttpclient/
implementation 'org.sonatype.spice:cometd-java-asynchttpclient:1.1'
// https://jarcasting.com/artifacts/org.sonatype.spice/cometd-java-asynchttpclient/
implementation ("org.sonatype.spice:cometd-java-asynchttpclient:1.1")
'org.sonatype.spice:cometd-java-asynchttpclient:jar:1.1'
<dependency org="org.sonatype.spice" name="cometd-java-asynchttpclient" rev="1.1">
<artifact name="cometd-java-asynchttpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.spice', module='cometd-java-asynchttpclient', version='1.1')
)
libraryDependencies += "org.sonatype.spice" % "cometd-java-asynchttpclient" % "1.1"
[org.sonatype.spice/cometd-java-asynchttpclient "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.ning : async-http-client | jar | 1.6.3 |
org.cometd.java : cometd-java-server | jar | 1.1.2 |
org.eclipse.jetty : jetty-client | jar | 7.1.5.v20100705 |
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-servlet | jar | 7.1.5.v20100705 |
junit : junit | jar | 4.8.1 |