| Categories | CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks | 
|---|---|
| GroupId | GroupIdorg.glassfish.jersey.examples | 
| ArtifactId | ArtifactIdhelloworld-webapp | 
| Version | Version2.0-m12-1 | 
| Type | Typewar | 
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-webapp/ -->
<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>helloworld-webapp</artifactId>
    <version>2.0-m12-1</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-webapp/
implementation 'org.glassfish.jersey.examples:helloworld-webapp:2.0-m12-1'// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-webapp/
implementation ("org.glassfish.jersey.examples:helloworld-webapp:2.0-m12-1")'org.glassfish.jersey.examples:helloworld-webapp:war:2.0-m12-1'<dependency org="org.glassfish.jersey.examples" name="helloworld-webapp" rev="2.0-m12-1">
  <artifact name="helloworld-webapp" type="war" />
</dependency>@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-webapp', version='2.0-m12-1')
)libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-webapp" % "2.0-m12-1"[org.glassfish.jersey.examples/helloworld-webapp "2.0-m12-1"]