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