Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.containers |
ArtifactId | ArtifactIdjersey-container-simple-http |
Version | Version2.0.1 |
Type | Typejar |
<!-- 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>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.containers/jersey-container-simple-http/
implementation 'org.glassfish.jersey.containers:jersey-container-simple-http:2.0.1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.containers/jersey-container-simple-http/
implementation ("org.glassfish.jersey.containers:jersey-container-simple-http:2.0.1")
'org.glassfish.jersey.containers:jersey-container-simple-http:jar:2.0.1'
<dependency org="org.glassfish.jersey.containers" name="jersey-container-simple-http" rev="2.0.1">
<artifact name="jersey-container-simple-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.containers', module='jersey-container-simple-http', version='2.0.1')
)
libraryDependencies += "org.glassfish.jersey.containers" % "jersey-container-simple-http" % "2.0.1"
[org.glassfish.jersey.containers/jersey-container-simple-http "2.0.1"]