GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-kafka-demo |
Version | Version2.4.19 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-kafka-demo-2.4.19.pom | |
atmosphere-kafka-demo-2.4.19.war | 18 MB |
atmosphere-kafka-demo-2.4.19-javadoc.jar | 338 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-kafka-demo/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-kafka-demo</artifactId>
<version>2.4.19</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-kafka-demo/
implementation 'org.atmosphere:atmosphere-kafka-demo:2.4.19'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-kafka-demo/
implementation ("org.atmosphere:atmosphere-kafka-demo:2.4.19")
'org.atmosphere:atmosphere-kafka-demo:war:2.4.19'
<dependency org="org.atmosphere" name="atmosphere-kafka-demo" rev="2.4.19">
<artifact name="atmosphere-kafka-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-kafka-demo', version='2.4.19')
)
libraryDependencies += "org.atmosphere" % "atmosphere-kafka-demo" % "2.4.19"
[org.atmosphere/atmosphere-kafka-demo "2.4.19"]