Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.archetypes |
ArtifactId | ArtifactIdjersey-quickstart-webapp |
Version | Version2.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.archetypes/jersey-quickstart-webapp/ -->
<dependency>
<groupId>org.glassfish.jersey.archetypes</groupId>
<artifactId>jersey-quickstart-webapp</artifactId>
<version>2.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.archetypes/jersey-quickstart-webapp/
implementation 'org.glassfish.jersey.archetypes:jersey-quickstart-webapp:2.10'
// https://jarcasting.com/artifacts/org.glassfish.jersey.archetypes/jersey-quickstart-webapp/
implementation ("org.glassfish.jersey.archetypes:jersey-quickstart-webapp:2.10")
'org.glassfish.jersey.archetypes:jersey-quickstart-webapp:jar:2.10'
<dependency org="org.glassfish.jersey.archetypes" name="jersey-quickstart-webapp" rev="2.10">
<artifact name="jersey-quickstart-webapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.archetypes', module='jersey-quickstart-webapp', version='2.10')
)
libraryDependencies += "org.glassfish.jersey.archetypes" % "jersey-quickstart-webapp" % "2.10"
[org.glassfish.jersey.archetypes/jersey-quickstart-webapp "2.10"]