Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdnettosphere-project |
Version | Version3.0.6 |
Type | Typepom |
Filename | Size |
---|---|
nettosphere-project-3.0.6.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/nettosphere-project/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>nettosphere-project</artifactId>
<version>3.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/nettosphere-project/
implementation 'org.atmosphere:nettosphere-project:3.0.6'
// https://jarcasting.com/artifacts/org.atmosphere/nettosphere-project/
implementation ("org.atmosphere:nettosphere-project:3.0.6")
'org.atmosphere:nettosphere-project:pom:3.0.6'
<dependency org="org.atmosphere" name="nettosphere-project" rev="3.0.6">
<artifact name="nettosphere-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='nettosphere-project', version='3.0.6')
)
libraryDependencies += "org.atmosphere" % "nettosphere-project" % "3.0.6"
[org.atmosphere/nettosphere-project "3.0.6"]