Categories |
CategoriesGrizzly Net Networking |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdatmosphere-grizzly-adapter |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-grizzly-adapter/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-grizzly-adapter</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-grizzly-adapter/
implementation 'org.atmosphere:atmosphere-grizzly-adapter:0.2'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-grizzly-adapter/
implementation ("org.atmosphere:atmosphere-grizzly-adapter:0.2")
'org.atmosphere:atmosphere-grizzly-adapter:jar:0.2'
<dependency org="org.atmosphere" name="atmosphere-grizzly-adapter" rev="0.2">
<artifact name="atmosphere-grizzly-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-grizzly-adapter', version='0.2')
)
libraryDependencies += "org.atmosphere" % "atmosphere-grizzly-adapter" % "0.2"
[org.atmosphere/atmosphere-grizzly-adapter "0.2"]