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