Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhelloworld-webapp |
Version | Version2.36 |
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.36</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-webapp/
implementation 'org.glassfish.jersey.examples:helloworld-webapp:2.36'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-webapp/
implementation ("org.glassfish.jersey.examples:helloworld-webapp:2.36")
'org.glassfish.jersey.examples:helloworld-webapp:war:2.36'
<dependency org="org.glassfish.jersey.examples" name="helloworld-webapp" rev="2.36">
<artifact name="helloworld-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-webapp', version='2.36')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-webapp" % "2.36"
[org.glassfish.jersey.examples/helloworld-webapp "2.36"]