| Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdorg.glassfish.jersey.examples |
| ArtifactId | ArtifactIdjaxb |
| Version | Version2.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jaxb-2.7.pom | |
| jaxb-2.7.jar | 9 KB |
| jaxb-2.7-sources.jar | 9 KB |
| jaxb-2.7-project-src.zip | 17 KB |
| jaxb-2.7-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/jaxb/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>jaxb</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/jaxb/
implementation 'org.glassfish.jersey.examples:jaxb:2.7'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/jaxb/
implementation ("org.glassfish.jersey.examples:jaxb:2.7")
'org.glassfish.jersey.examples:jaxb:jar:2.7'
<dependency org="org.glassfish.jersey.examples" name="jaxb" rev="2.7">
<artifact name="jaxb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='jaxb', version='2.7')
)
libraryDependencies += "org.glassfish.jersey.examples" % "jaxb" % "2.7"
[org.glassfish.jersey.examples/jaxb "2.7"]