Categories |
CategoriesJetty Container Application Servers GlassFish Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.containers |
ArtifactId | ArtifactIdjersey-container-jetty-http |
Version | Version2.26-b03 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.containers/jersey-container-jetty-http/ -->
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-jetty-http</artifactId>
<version>2.26-b03</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.containers/jersey-container-jetty-http/
implementation 'org.glassfish.jersey.containers:jersey-container-jetty-http:2.26-b03'
// https://jarcasting.com/artifacts/org.glassfish.jersey.containers/jersey-container-jetty-http/
implementation ("org.glassfish.jersey.containers:jersey-container-jetty-http:2.26-b03")
'org.glassfish.jersey.containers:jersey-container-jetty-http:jar:2.26-b03'
<dependency org="org.glassfish.jersey.containers" name="jersey-container-jetty-http" rev="2.26-b03">
<artifact name="jersey-container-jetty-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.containers', module='jersey-container-jetty-http', version='2.26-b03')
)
libraryDependencies += "org.glassfish.jersey.containers" % "jersey-container-jetty-http" % "2.26-b03"
[org.glassfish.jersey.containers/jersey-container-jetty-http "2.26-b03"]