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