Categories |
CategoriesGlassFish Container Application Servers Net Netty Networking Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhelloworld-netty |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
helloworld-netty-3.0.0.pom | |
helloworld-netty-3.0.0.jar | 19 KB |
helloworld-netty-3.0.0-sources.jar | 18 KB |
helloworld-netty-3.0.0-project-src.zip | 23 KB |
helloworld-netty-3.0.0-javadoc.jar | 29 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-netty/
implementation 'org.glassfish.jersey.examples:helloworld-netty:3.0.0'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-netty/
implementation ("org.glassfish.jersey.examples:helloworld-netty:3.0.0")
'org.glassfish.jersey.examples:helloworld-netty:jar:3.0.0'
<dependency org="org.glassfish.jersey.examples" name="helloworld-netty" rev="3.0.0">
<artifact name="helloworld-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-netty', version='3.0.0')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-netty" % "3.0.0"
[org.glassfish.jersey.examples/helloworld-netty "3.0.0"]