Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdbookmark |
Version | Version2.22.4 |
Type | Typewar |
Filename | Size |
---|---|
bookmark-2.22.4.pom | |
bookmark-2.22.4.war | 3 MB |
bookmark-2.22.4-wls1213-project-src.zip | 39 KB |
bookmark-2.22.4-wls-project-src.zip | 36 KB |
bookmark-2.22.4-sources.jar | 23 KB |
bookmark-2.22.4-project-src.zip | 36 KB |
bookmark-2.22.4-javadoc.jar | 106 KB |
bookmark-2.22.4-gf-project-src.zip | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/bookmark/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>bookmark</artifactId>
<version>2.22.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/bookmark/
implementation 'org.glassfish.jersey.examples:bookmark:2.22.4'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/bookmark/
implementation ("org.glassfish.jersey.examples:bookmark:2.22.4")
'org.glassfish.jersey.examples:bookmark:war:2.22.4'
<dependency org="org.glassfish.jersey.examples" name="bookmark" rev="2.22.4">
<artifact name="bookmark" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='bookmark', version='2.22.4')
)
libraryDependencies += "org.glassfish.jersey.examples" % "bookmark" % "2.22.4"
[org.glassfish.jersey.examples/bookmark "2.22.4"]