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