is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:helloworld-programmatic 3.1.0-M1

Jersey programmatic resource API "Hello world" example.

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

helloworld-programmatic
Version

Version

3.1.0-M1
Type

Type

jar

Download helloworld-programmatic 3.1.0-M1


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