| License |
License |
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers |
| GroupId | GroupIdorg.glassfish.jaxb |
| ArtifactId | ArtifactIdjaxb-runtime |
| Last Version | Last Version4.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJAXB Runtime
JAXB (JSR 222) Reference Implementation
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jaxb-runtime-4.0.0.pom | |
| jaxb-runtime-4.0.0.jar | 909 KB |
| jaxb-runtime-4.0.0-sources.jar | 638 KB |
| jaxb-runtime-4.0.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jaxb/jaxb-runtime/ -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jaxb/jaxb-runtime/
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.0'
// https://jarcasting.com/artifacts/org.glassfish.jaxb/jaxb-runtime/
implementation ("org.glassfish.jaxb:jaxb-runtime:4.0.0")
'org.glassfish.jaxb:jaxb-runtime:jar:4.0.0'
<dependency org="org.glassfish.jaxb" name="jaxb-runtime" rev="4.0.0">
<artifact name="jaxb-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jaxb', module='jaxb-runtime', version='4.0.0')
)
libraryDependencies += "org.glassfish.jaxb" % "jaxb-runtime" % "4.0.0"
[org.glassfish.jaxb/jaxb-runtime "4.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.jaxb : jaxb-core | jar | 4.0.0 |
| org.jvnet.staxex : stax-ex Optional | jar | 2.1.0 |
| com.sun.xml.fastinfoset : FastInfoset Optional | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |