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