не последняя версия
Последняя версия 3.1.0-M3

org.glassfish.jersey.examples:jaxb 3.0.5

Jersey JAXB example.

Категории

Категории

GlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

org.glassfish.jersey.examples
Идентификатор

Идентификатор

jaxb
Версия

Версия

3.0.5
Тип

Тип

jar

Скачать jaxb 3.0.5


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