| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаorg.atmosphere |
| Идентификатор | Идентификаторnettosphere-project |
| Версия | Версия3.0.11 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| nettosphere-project-3.0.11.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.atmosphere/nettosphere-project/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>nettosphere-project</artifactId>
<version>3.0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/nettosphere-project/
implementation 'org.atmosphere:nettosphere-project:3.0.11'
// https://jarcasting.com/artifacts/org.atmosphere/nettosphere-project/
implementation ("org.atmosphere:nettosphere-project:3.0.11")
'org.atmosphere:nettosphere-project:pom:3.0.11'
<dependency org="org.atmosphere" name="nettosphere-project" rev="3.0.11">
<artifact name="nettosphere-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='nettosphere-project', version='3.0.11')
)
libraryDependencies += "org.atmosphere" % "nettosphere-project" % "3.0.11"
[org.atmosphere/nettosphere-project "3.0.11"]