is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:bookmark 2.0.1

Jersey Bookmark example.

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

bookmark
Version

Version

2.0.1
Type

Type

war

Download bookmark 2.0.1


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