| Categories | 
                CategoriesJava Languages CLI User Interface | 
        
|---|---|
| GroupId | GroupIdorg.cometd.java | 
    
| ArtifactId | ArtifactIdcometd-java-annotation-client | 
    
| Version | Version5.0.0-BETA0 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.cometd.java/cometd-java-annotation-client/ -->
<dependency>
    <groupId>org.cometd.java</groupId>
    <artifactId>cometd-java-annotation-client</artifactId>
    <version>5.0.0-BETA0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.cometd.java/cometd-java-annotation-client/
implementation 'org.cometd.java:cometd-java-annotation-client:5.0.0-BETA0'
                // https://jarcasting.com/artifacts/org.cometd.java/cometd-java-annotation-client/
implementation ("org.cometd.java:cometd-java-annotation-client:5.0.0-BETA0")
                'org.cometd.java:cometd-java-annotation-client:jar:5.0.0-BETA0'
                <dependency org="org.cometd.java" name="cometd-java-annotation-client" rev="5.0.0-BETA0">
  <artifact name="cometd-java-annotation-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.cometd.java', module='cometd-java-annotation-client', version='5.0.0-BETA0')
)
                libraryDependencies += "org.cometd.java" % "cometd-java-annotation-client" % "5.0.0-BETA0"
                [org.cometd.java/cometd-java-annotation-client "5.0.0-BETA0"]