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