is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:helloworld-weld 3.0.1

Jersey annotated resource class "Hello world" example with Weld support.

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

helloworld-weld
Version

Version

3.0.1
Type

Type

jar

Download helloworld-weld 3.0.1


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-weld/ -->
<dependency>
    <groupId>org.glassfish.jersey.examples</groupId>
    <artifactId>helloworld-weld</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-weld/
implementation 'org.glassfish.jersey.examples:helloworld-weld:3.0.1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-weld/
implementation ("org.glassfish.jersey.examples:helloworld-weld:3.0.1")
'org.glassfish.jersey.examples:helloworld-weld:jar:3.0.1'
<dependency org="org.glassfish.jersey.examples" name="helloworld-weld" rev="3.0.1">
  <artifact name="helloworld-weld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-weld', version='3.0.1')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-weld" % "3.0.1"
[org.glassfish.jersey.examples/helloworld-weld "3.0.1"]