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