| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.xbean |
| ArtifactId | ArtifactIdxbean-jaxb |
| Last Version | Last Version2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXBean :: JAXB
XBean is a plugin based server architecture.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| xbean-jaxb-2.4.pom | |
| xbean-jaxb-2.4.jar | 17 KB |
| xbean-jaxb-2.4-sources.jar | 8 KB |
| xbean-jaxb-2.4-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.xbean/xbean-jaxb/ -->
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-jaxb</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xbean/xbean-jaxb/
implementation 'org.apache.xbean:xbean-jaxb:2.4'
// https://jarcasting.com/artifacts/org.apache.xbean/xbean-jaxb/
implementation ("org.apache.xbean:xbean-jaxb:2.4")
'org.apache.xbean:xbean-jaxb:jar:2.4'
<dependency org="org.apache.xbean" name="xbean-jaxb" rev="2.4">
<artifact name="xbean-jaxb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xbean', module='xbean-jaxb', version='2.4')
)
libraryDependencies += "org.apache.xbean" % "xbean-jaxb" % "2.4"
[org.apache.xbean/xbean-jaxb "2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.xml.bind : jaxb-api | jar | 2.0 |
| com.sun.xml.bind : jaxb-impl | jar | 2.0.1 |
| commons-logging : commons-logging | jar | 1.0.3 |
| org.springframework : spring | jar | 2.0-m5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |