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