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