is not current version
Last Version 4.0.0

org.glassfish.jaxb:jaxb-core 3.0.1-b02

JAXB Core module. Contains sources required by XJC, JXC and Runtime modules.

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.jaxb
ArtifactId

ArtifactId

jaxb-core
Version

Version

3.0.1-b02
Type

Type

jar

Download jaxb-core 3.0.1-b02


<!-- https://jarcasting.com/artifacts/org.glassfish.jaxb/jaxb-core/ -->
<dependency>
    <groupId>org.glassfish.jaxb</groupId>
    <artifactId>jaxb-core</artifactId>
    <version>3.0.1-b02</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jaxb/jaxb-core/
implementation 'org.glassfish.jaxb:jaxb-core:3.0.1-b02'
// https://jarcasting.com/artifacts/org.glassfish.jaxb/jaxb-core/
implementation ("org.glassfish.jaxb:jaxb-core:3.0.1-b02")
'org.glassfish.jaxb:jaxb-core:jar:3.0.1-b02'
<dependency org="org.glassfish.jaxb" name="jaxb-core" rev="3.0.1-b02">
  <artifact name="jaxb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jaxb', module='jaxb-core', version='3.0.1-b02')
)
libraryDependencies += "org.glassfish.jaxb" % "jaxb-core" % "3.0.1-b02"
[org.glassfish.jaxb/jaxb-core "3.0.1-b02"]