License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers Net Netty Networking Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhelloworld-netty |
Version | Version3.1.0-M2 |
Type | Typejar |
Description |
Descriptionjersey-examples-helloworld-netty
Jersey "Hello world" example on Netty container.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
helloworld-netty-3.1.0-M2.pom | |
helloworld-netty-3.1.0-M2.jar | 19 KB |
helloworld-netty-3.1.0-M2-sources.jar | 18 KB |
helloworld-netty-3.1.0-M2-javadoc.jar | 401 KB |
Browse |
<!-- 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-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-netty/
implementation 'org.glassfish.jersey.examples:helloworld-netty:3.1.0-M2'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-netty/
implementation ("org.glassfish.jersey.examples:helloworld-netty:3.1.0-M2")
'org.glassfish.jersey.examples:helloworld-netty:jar:3.1.0-M2'
<dependency org="org.glassfish.jersey.examples" name="helloworld-netty" rev="3.1.0-M2">
<artifact name="helloworld-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-netty', version='3.1.0-M2')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-netty" % "3.1.0-M2"
[org.glassfish.jersey.examples/helloworld-netty "3.1.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.containers : jersey-container-netty-http | jar | |
org.glassfish.jersey.inject : jersey-hk2 | jar |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.test-framework : jersey-test-framework-util | jar | |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-bundle | pom |