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