| Категории |
КатегорииGlassFish Контейнер Application Servers Сеть Netty Networking Jersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаorg.glassfish.jersey.examples |
| Идентификатор | Идентификаторhelloworld-netty |
| Версия | Версия3.1.0-M1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| helloworld-netty-3.1.0-M1.pom | |
| helloworld-netty-3.1.0-M1.jar | 19 KB |
| helloworld-netty-3.1.0-M1-sources.jar | 18 KB |
| helloworld-netty-3.1.0-M1-javadoc.jar | 401 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-netty/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld-netty</artifactId>
<version>3.1.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-netty/
implementation 'org.glassfish.jersey.examples:helloworld-netty:3.1.0-M1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-netty/
implementation ("org.glassfish.jersey.examples:helloworld-netty:3.1.0-M1")
'org.glassfish.jersey.examples:helloworld-netty:jar:3.1.0-M1'
<dependency org="org.glassfish.jersey.examples" name="helloworld-netty" rev="3.1.0-M1">
<artifact name="helloworld-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-netty', version='3.1.0-M1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-netty" % "3.1.0-M1"
[org.glassfish.jersey.examples/helloworld-netty "3.1.0-M1"]