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