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