GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-samples-project |
Version | Version2.3.2 |
Type | Typepom |
Filename | Size |
---|---|
atmosphere-samples-project-2.3.2.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-samples-project/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>2.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-samples-project/
implementation 'org.atmosphere:atmosphere-samples-project:2.3.2'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-samples-project/
implementation ("org.atmosphere:atmosphere-samples-project:2.3.2")
'org.atmosphere:atmosphere-samples-project:pom:2.3.2'
<dependency org="org.atmosphere" name="atmosphere-samples-project" rev="2.3.2">
<artifact name="atmosphere-samples-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-samples-project', version='2.3.2')
)
libraryDependencies += "org.atmosphere" % "atmosphere-samples-project" % "2.3.2"
[org.atmosphere/atmosphere-samples-project "2.3.2"]