| Категории |
КатегорииGlassFish Контейнер Application Servers Grizzly Сеть Networking |
|---|---|
| Группа | Группаorg.glassfish.grizzly.osgi |
| Идентификатор | Идентификаторgrizzly-httpservice-bundle |
| Версия | Версия2.3.10 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| grizzly-httpservice-bundle-2.3.10.pom | |
| grizzly-httpservice-bundle-2.3.10.jar | 1 MB |
| grizzly-httpservice-bundle-2.3.10-sources.jar | 451 bytes |
| grizzly-httpservice-bundle-2.3.10-javadoc.jar | 336 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.grizzly.osgi/grizzly-httpservice-bundle/ -->
<dependency>
<groupId>org.glassfish.grizzly.osgi</groupId>
<artifactId>grizzly-httpservice-bundle</artifactId>
<version>2.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.grizzly.osgi/grizzly-httpservice-bundle/
implementation 'org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:2.3.10'
// https://jarcasting.com/artifacts/org.glassfish.grizzly.osgi/grizzly-httpservice-bundle/
implementation ("org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:2.3.10")
'org.glassfish.grizzly.osgi:grizzly-httpservice-bundle:jar:2.3.10'
<dependency org="org.glassfish.grizzly.osgi" name="grizzly-httpservice-bundle" rev="2.3.10">
<artifact name="grizzly-httpservice-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.grizzly.osgi', module='grizzly-httpservice-bundle', version='2.3.10')
)
libraryDependencies += "org.glassfish.grizzly.osgi" % "grizzly-httpservice-bundle" % "2.3.10"
[org.glassfish.grizzly.osgi/grizzly-httpservice-bundle "2.3.10"]