| Лицензия |
Лицензия
CDDL
|
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаorg.atmosphere.samples |
| Идентификатор | Идентификаторnettosphere-samples |
| Версия | Версия2.6.4 |
| Тип | Типpom |
| Описание |
Описаниеatmosphere-samples
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| nettosphere-samples-2.6.4.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/nettosphere-samples/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>nettosphere-samples</artifactId>
<version>2.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/nettosphere-samples/
implementation 'org.atmosphere.samples:nettosphere-samples:2.6.4'
// https://jarcasting.com/artifacts/org.atmosphere.samples/nettosphere-samples/
implementation ("org.atmosphere.samples:nettosphere-samples:2.6.4")
'org.atmosphere.samples:nettosphere-samples:pom:2.6.4'
<dependency org="org.atmosphere.samples" name="nettosphere-samples" rev="2.6.4">
<artifact name="nettosphere-samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='nettosphere-samples', version='2.6.4')
)
libraryDependencies += "org.atmosphere.samples" % "nettosphere-samples" % "2.6.4"
[org.atmosphere.samples/nettosphere-samples "2.6.4"]