| GroupId | GroupIdopenejb | 
|---|---|
| ArtifactId | ArtifactIdjaxb-xjc | 
| Last Version | Last Version2.0EA3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| jaxb-xjc-2.0EA3.pom | |
| jaxb-xjc-2.0EA3.jar | 2 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/openejb/jaxb-xjc/ -->
<dependency>
    <groupId>openejb</groupId>
    <artifactId>jaxb-xjc</artifactId>
    <version>2.0EA3</version>
</dependency>// https://jarcasting.com/artifacts/openejb/jaxb-xjc/
implementation 'openejb:jaxb-xjc:2.0EA3'// https://jarcasting.com/artifacts/openejb/jaxb-xjc/
implementation ("openejb:jaxb-xjc:2.0EA3")'openejb:jaxb-xjc:jar:2.0EA3'<dependency org="openejb" name="jaxb-xjc" rev="2.0EA3">
  <artifact name="jaxb-xjc" type="jar" />
</dependency>@Grapes(
@Grab(group='openejb', module='jaxb-xjc', version='2.0EA3')
)libraryDependencies += "openejb" % "jaxb-xjc" % "2.0EA3"[openejb/jaxb-xjc "2.0EA3"]