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