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