License |
License |
---|---|
GroupId | GroupIdcom.sun.xml.bind |
ArtifactId | ArtifactIdjaxb-core |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOld JAXB Core
Old JAXB Core module. Contains sources required by XJC, JXC and Runtime modules with dependencies.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jaxb-core-4.0.0.pom | |
jaxb-core-4.0.0.jar | 230 KB |
jaxb-core-4.0.0-sources.jar | 218 KB |
jaxb-core-4.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb-core/ -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb-core/
implementation 'com.sun.xml.bind:jaxb-core:4.0.0'
// https://jarcasting.com/artifacts/com.sun.xml.bind/jaxb-core/
implementation ("com.sun.xml.bind:jaxb-core:4.0.0")
'com.sun.xml.bind:jaxb-core:jar:4.0.0'
<dependency org="com.sun.xml.bind" name="jaxb-core" rev="4.0.0">
<artifact name="jaxb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.xml.bind', module='jaxb-core', version='4.0.0')
)
libraryDependencies += "com.sun.xml.bind" % "jaxb-core" % "4.0.0"
[com.sun.xml.bind/jaxb-core "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.xml.bind : jakarta.xml.bind-api | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jaxb : jaxb-core | jar | 4.0.0 |
org.glassfish.jaxb : txw2 | jar | 4.0.0 |
com.sun.istack : istack-commons-runtime | jar | 4.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.angus : angus-activation | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |