is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:jaxb 2.20

Jersey JAXB example.

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

jaxb
Version

Version

2.20
Type

Type

jar

Download jaxb 2.20


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