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