is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.examples:jaxb 2.26-b03

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.26-b03
Type

Type

jar

Download jaxb 2.26-b03


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