| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdorg.atmosphere |
| ArtifactId | ArtifactIdnettosphere |
| Version | Version2.4.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nettosphere-2.4.11.pom | |
| nettosphere-2.4.11.jar | 89 KB |
| nettosphere-2.4.11-sources.jar | 45 KB |
| nettosphere-2.4.11-javadoc.jar | 160 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/nettosphere/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>nettosphere</artifactId>
<version>2.4.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/nettosphere/
implementation 'org.atmosphere:nettosphere:2.4.11'
// https://jarcasting.com/artifacts/org.atmosphere/nettosphere/
implementation ("org.atmosphere:nettosphere:2.4.11")
'org.atmosphere:nettosphere:jar:2.4.11'
<dependency org="org.atmosphere" name="nettosphere" rev="2.4.11">
<artifact name="nettosphere" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='nettosphere', version='2.4.11')
)
libraryDependencies += "org.atmosphere" % "nettosphere" % "2.4.11"
[org.atmosphere/nettosphere "2.4.11"]