GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdatmosphere-core |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
atmosphere-core-0.2.pom | |
atmosphere-core-0.2.jar | 11 KB |
atmosphere-core-0.2-sources.jar | 10 KB |
atmosphere-core-0.2-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-core/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-core/
implementation 'org.atmosphere:atmosphere-core:0.2'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-core/
implementation ("org.atmosphere:atmosphere-core:0.2")
'org.atmosphere:atmosphere-core:jar:0.2'
<dependency org="org.atmosphere" name="atmosphere-core" rev="0.2">
<artifact name="atmosphere-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-core', version='0.2')
)
libraryDependencies += "org.atmosphere" % "atmosphere-core" % "0.2"
[org.atmosphere/atmosphere-core "0.2"]