Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdnettosphere |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
nettosphere-1.3.2.pom | |
nettosphere-1.3.2.jar | 373 KB |
nettosphere-1.3.2-sources.jar | 23 KB |
nettosphere-1.3.2-javadoc.jar | 86 KB |
nettosphere-1.3.2-all.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/nettosphere/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>nettosphere</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/nettosphere/
implementation 'org.atmosphere:nettosphere:1.3.2'
// https://jarcasting.com/artifacts/org.atmosphere/nettosphere/
implementation ("org.atmosphere:nettosphere:1.3.2")
'org.atmosphere:nettosphere:jar:1.3.2'
<dependency org="org.atmosphere" name="nettosphere" rev="1.3.2">
<artifact name="nettosphere" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='nettosphere', version='1.3.2')
)
libraryDependencies += "org.atmosphere" % "nettosphere" % "1.3.2"
[org.atmosphere/nettosphere "1.3.2"]