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