Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdnettosphere-assembly |
Version | Version3.0.6 |
Type | Typejar |
Filename | Size |
---|---|
nettosphere-assembly-3.0.6.pom | |
nettosphere-assembly-3.0.6.jar | 949 KB |
nettosphere-assembly-3.0.6-sources.jar | 861 bytes |
nettosphere-assembly-3.0.6-javadoc.jar | 22 KB |
nettosphere-assembly-3.0.6-all.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/nettosphere-assembly/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>nettosphere-assembly</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/nettosphere-assembly/
implementation 'org.atmosphere:nettosphere-assembly:3.0.6'
// https://jarcasting.com/artifacts/org.atmosphere/nettosphere-assembly/
implementation ("org.atmosphere:nettosphere-assembly:3.0.6")
'org.atmosphere:nettosphere-assembly:jar:3.0.6'
<dependency org="org.atmosphere" name="nettosphere-assembly" rev="3.0.6">
<artifact name="nettosphere-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='nettosphere-assembly', version='3.0.6')
)
libraryDependencies += "org.atmosphere" % "nettosphere-assembly" % "3.0.6"
[org.atmosphere/nettosphere-assembly "3.0.6"]