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