Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.jaxb2_commons |
ArtifactId | ArtifactIdjaxb |
Last Version | Last Version2.1.10.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJAXB2 Commons - Modular [jaxb]
|
Filename | Size |
---|---|
jaxb-2.1.10.1.pom | 960 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb/ -->
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb</artifactId>
<version>2.1.10.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb/
implementation 'org.jvnet.jaxb2_commons:jaxb:2.1.10.1'
// https://jarcasting.com/artifacts/org.jvnet.jaxb2_commons/jaxb/
implementation ("org.jvnet.jaxb2_commons:jaxb:2.1.10.1")
'org.jvnet.jaxb2_commons:jaxb:pom:2.1.10.1'
<dependency org="org.jvnet.jaxb2_commons" name="jaxb" rev="2.1.10.1">
<artifact name="jaxb" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.jaxb2_commons', module='jaxb', version='2.1.10.1')
)
libraryDependencies += "org.jvnet.jaxb2_commons" % "jaxb" % "2.1.10.1"
[org.jvnet.jaxb2_commons/jaxb "2.1.10.1"]