License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.containers |
ArtifactId | ArtifactIdjersey-container-simple-http |
Version | Version3.1.0-M3 |
Type | Typejar |
Description |
Descriptionjersey-container-simple-http
Simple Http Container
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.containers/jersey-container-simple-http/ -->
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-simple-http</artifactId>
<version>3.1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.containers/jersey-container-simple-http/
implementation 'org.glassfish.jersey.containers:jersey-container-simple-http:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.containers/jersey-container-simple-http/
implementation ("org.glassfish.jersey.containers:jersey-container-simple-http:3.1.0-M3")
'org.glassfish.jersey.containers:jersey-container-simple-http:jar:3.1.0-M3'
<dependency org="org.glassfish.jersey.containers" name="jersey-container-simple-http" rev="3.1.0-M3">
<artifact name="jersey-container-simple-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.containers', module='jersey-container-simple-http', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.containers" % "jersey-container-simple-http" % "3.1.0-M3"
[org.glassfish.jersey.containers/jersey-container-simple-http "3.1.0-M3"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.inject : jakarta.inject-api | jar | 2.0.1 |
org.simpleframework : simple-http | jar | 6.0.1 |
org.simpleframework : simple-transport | jar | 6.0.1 |
org.simpleframework : simple-common | jar | 6.0.1 |
org.glassfish.jersey.core : jersey-common | jar | 3.1.0-M3 |
org.glassfish.jersey.core : jersey-server | jar | 3.1.0-M3 |
jakarta.ws.rs : jakarta.ws.rs-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
junit : junit | jar | 4.13.1 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 3.1.0-M3 |