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