License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.jaxb |
ArtifactId | ArtifactIdjaxb-bom |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJAXB BOM
JAXB Bill of Materials (BOM)
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jaxb-bom-4.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jaxb/jaxb-bom/ -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-bom</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jaxb/jaxb-bom/
implementation 'org.glassfish.jaxb:jaxb-bom:4.0.0'
// https://jarcasting.com/artifacts/org.glassfish.jaxb/jaxb-bom/
implementation ("org.glassfish.jaxb:jaxb-bom:4.0.0")
'org.glassfish.jaxb:jaxb-bom:pom:4.0.0'
<dependency org="org.glassfish.jaxb" name="jaxb-bom" rev="4.0.0">
<artifact name="jaxb-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jaxb', module='jaxb-bom', version='4.0.0')
)
libraryDependencies += "org.glassfish.jaxb" % "jaxb-bom" % "4.0.0"
[org.glassfish.jaxb/jaxb-bom "4.0.0"]