Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.bundles |
ArtifactId | ArtifactIdapidocs |
Version | Version2.28 |
Type | Typejar |
Filename | Size |
---|---|
apidocs-2.28.pom | |
apidocs-2.28.jar | 2 KB |
apidocs-2.28-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.bundles/apidocs/ -->
<dependency>
<groupId>org.glassfish.jersey.bundles</groupId>
<artifactId>apidocs</artifactId>
<version>2.28</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.bundles/apidocs/
implementation 'org.glassfish.jersey.bundles:apidocs:2.28'
// https://jarcasting.com/artifacts/org.glassfish.jersey.bundles/apidocs/
implementation ("org.glassfish.jersey.bundles:apidocs:2.28")
'org.glassfish.jersey.bundles:apidocs:jar:2.28'
<dependency org="org.glassfish.jersey.bundles" name="apidocs" rev="2.28">
<artifact name="apidocs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.bundles', module='apidocs', version='2.28')
)
libraryDependencies += "org.glassfish.jersey.bundles" % "apidocs" % "2.28"
[org.glassfish.jersey.bundles/apidocs "2.28"]