License |
License
The Academic Free License, v. 2.1
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-examples-java |
Last Version | Last Version1.1.5 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionCometD :: Java :: Examples
The CometD project is a scalable HTTP-based event routing bus that uses the AJAX push technology pattern known as "Comet"
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cometd-examples-java-1.1.5.pom | |
cometd-examples-java-1.1.5.war | 315 KB |
cometd-examples-java-1.1.5-sources.jar | 5 KB |
cometd-examples-java-1.1.5-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-examples-java/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-examples-java</artifactId>
<version>1.1.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-examples-java/
implementation 'org.cometd.java:cometd-examples-java:1.1.5'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-examples-java/
implementation ("org.cometd.java:cometd-examples-java:1.1.5")
'org.cometd.java:cometd-examples-java:war:1.1.5'
<dependency org="org.cometd.java" name="cometd-examples-java" rev="1.1.5">
<artifact name="cometd-examples-java" type="war" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-examples-java', version='1.1.5')
)
libraryDependencies += "org.cometd.java" % "cometd-examples-java" % "1.1.5"
[org.cometd.java/cometd-examples-java "1.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.cometd.java : cometd-java-server | jar | 1.1.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
org.eclipse.jetty : jetty-servlet | jar | 7.5.3.v20111011 |