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