is not current version
Last Version 3.0.5

org.glassfish.jersey.bundles:apidocs 3.0.0


Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.bundles
ArtifactId

ArtifactId

apidocs
Version

Version

3.0.0
Type

Type

jar

Download apidocs 3.0.0


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