License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdjaxb |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAXB - Jersey sample
Samples that show how to use jersey.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jaxb-1.19.4.pom | |
jaxb-1.19.4.jar | 9 KB |
jaxb-1.19.4-sources.jar | 7 KB |
jaxb-1.19.4-project.zip | 18 KB |
jaxb-1.19.4-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/jaxb/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>jaxb</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/jaxb/
implementation 'com.sun.jersey.samples:jaxb:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/jaxb/
implementation ("com.sun.jersey.samples:jaxb:1.19.4")
'com.sun.jersey.samples:jaxb:jar:1.19.4'
<dependency org="com.sun.jersey.samples" name="jaxb" rev="1.19.4">
<artifact name="jaxb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='jaxb', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.samples" % "jaxb" % "1.19.4"
[com.sun.jersey.samples/jaxb "1.19.4"]
Group / Artifact | Type | Version |
---|---|---|
woodstox : wstx-asl | jar | 3.2.1 |