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