License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.cometd.java |
ArtifactId | ArtifactIdcometd-java-annotation |
Version | Version7.0.6 |
Type | Typepom |
Description |
DescriptionCometD :: Java :: Annotation
The CometD project is a scalable web messaging bus that uses WebSocket
and HTTP AJAX push technology patterns known as "Comet" techniques
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cometd-java-annotation-7.0.6.pom | 817 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-annotation/ -->
<dependency>
<groupId>org.cometd.java</groupId>
<artifactId>cometd-java-annotation</artifactId>
<version>7.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-annotation/
implementation 'org.cometd.java:cometd-java-annotation:7.0.6'
// https://jarcasting.com/artifacts/org.cometd.java/cometd-java-annotation/
implementation ("org.cometd.java:cometd-java-annotation:7.0.6")
'org.cometd.java:cometd-java-annotation:pom:7.0.6'
<dependency org="org.cometd.java" name="cometd-java-annotation" rev="7.0.6">
<artifact name="cometd-java-annotation" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cometd.java', module='cometd-java-annotation', version='7.0.6')
)
libraryDependencies += "org.cometd.java" % "cometd-java-annotation" % "7.0.6"
[org.cometd.java/cometd-java-annotation "7.0.6"]