is not current version
Last Version 2.0.1

org.glassfish:json-ri-bundle 2.0.0-RC1


Categories

Categories

GlassFish Container Application Servers JSON Data
GroupId

GroupId

org.glassfish
ArtifactId

ArtifactId

json-ri-bundle
Version

Version

2.0.0-RC1
Type

Type

pom

Download json-ri-bundle 2.0.0-RC1


<!-- https://jarcasting.com/artifacts/org.glassfish/json-ri-bundle/ -->
<dependency>
    <groupId>org.glassfish</groupId>
    <artifactId>json-ri-bundle</artifactId>
    <version>2.0.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish/json-ri-bundle/
implementation 'org.glassfish:json-ri-bundle:2.0.0-RC1'
// https://jarcasting.com/artifacts/org.glassfish/json-ri-bundle/
implementation ("org.glassfish:json-ri-bundle:2.0.0-RC1")
'org.glassfish:json-ri-bundle:pom:2.0.0-RC1'
<dependency org="org.glassfish" name="json-ri-bundle" rev="2.0.0-RC1">
  <artifact name="json-ri-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish', module='json-ri-bundle', version='2.0.0-RC1')
)
libraryDependencies += "org.glassfish" % "json-ri-bundle" % "2.0.0-RC1"
[org.glassfish/json-ri-bundle "2.0.0-RC1"]