Categories |
CategoriesGlassFish Container Application Servers Net Netty Networking Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhelloworld-netty |
Version | Version2.26-b08 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-netty/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld-netty</artifactId>
<version>2.26-b08</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-netty/
implementation 'org.glassfish.jersey.examples:helloworld-netty:2.26-b08'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-netty/
implementation ("org.glassfish.jersey.examples:helloworld-netty:2.26-b08")
'org.glassfish.jersey.examples:helloworld-netty:jar:2.26-b08'
<dependency org="org.glassfish.jersey.examples" name="helloworld-netty" rev="2.26-b08">
<artifact name="helloworld-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-netty', version='2.26-b08')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-netty" % "2.26-b08"
[org.glassfish.jersey.examples/helloworld-netty "2.26-b08"]