Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdbayeux-client |
Version | Version6.1.6 |
Type | Typejar |
Filename | Size |
---|---|
bayeux-client-6.1.6.pom | |
bayeux-client-6.1.6.jar | 11 KB |
bayeux-client-6.1.6-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/bayeux-client/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>bayeux-client</artifactId>
<version>6.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/bayeux-client/
implementation 'org.mortbay.jetty:bayeux-client:6.1.6'
// https://jarcasting.com/artifacts/org.mortbay.jetty/bayeux-client/
implementation ("org.mortbay.jetty:bayeux-client:6.1.6")
'org.mortbay.jetty:bayeux-client:jar:6.1.6'
<dependency org="org.mortbay.jetty" name="bayeux-client" rev="6.1.6">
<artifact name="bayeux-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='bayeux-client', version='6.1.6')
)
libraryDependencies += "org.mortbay.jetty" % "bayeux-client" % "6.1.6"
[org.mortbay.jetty/bayeux-client "6.1.6"]