GroupId | GroupIdorg.atmosphere |
---|---|
ArtifactId | ArtifactIdwasync |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
wasync-1.1.1.pom | |
wasync-1.1.1.jar | 98 KB |
wasync-1.1.1-sources.jar | 68 KB |
wasync-1.1.1-javadoc.jar | 362 KB |
wasync-1.1.1-all.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/wasync/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>wasync</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/wasync/
implementation 'org.atmosphere:wasync:1.1.1'
// https://jarcasting.com/artifacts/org.atmosphere/wasync/
implementation ("org.atmosphere:wasync:1.1.1")
'org.atmosphere:wasync:jar:1.1.1'
<dependency org="org.atmosphere" name="wasync" rev="1.1.1">
<artifact name="wasync" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='wasync', version='1.1.1')
)
libraryDependencies += "org.atmosphere" % "wasync" % "1.1.1"
[org.atmosphere/wasync "1.1.1"]