License |
License |
---|---|
GroupId | GroupIdcom.btmatthews.jaxb2_commons |
ArtifactId | ArtifactIdjaxb2-commons-lang3 |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJAXB2 Commons - Commons Lang3 Plugin
Causes JAXB RI 2.2 XJC to automatically generate methods for toString(), equals() and hashCode() using
Apache Commons Lang 3. The code that uses this plugin can still run with any JAXB2 implementation.
|
Project Organization |
Project OrganizationBrian Matthews |
<!-- https://jarcasting.com/artifacts/com.btmatthews.jaxb2_commons/jaxb2-commons-lang3/ -->
<dependency>
<groupId>com.btmatthews.jaxb2_commons</groupId>
<artifactId>jaxb2-commons-lang3</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.jaxb2_commons/jaxb2-commons-lang3/
implementation 'com.btmatthews.jaxb2_commons:jaxb2-commons-lang3:1.0.0'
// https://jarcasting.com/artifacts/com.btmatthews.jaxb2_commons/jaxb2-commons-lang3/
implementation ("com.btmatthews.jaxb2_commons:jaxb2-commons-lang3:1.0.0")
'com.btmatthews.jaxb2_commons:jaxb2-commons-lang3:jar:1.0.0'
<dependency org="com.btmatthews.jaxb2_commons" name="jaxb2-commons-lang3" rev="1.0.0">
<artifact name="jaxb2-commons-lang3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.jaxb2_commons', module='jaxb2-commons-lang3', version='1.0.0')
)
libraryDependencies += "com.btmatthews.jaxb2_commons" % "jaxb2-commons-lang3" % "1.0.0"
[com.btmatthews.jaxb2_commons/jaxb2-commons-lang3 "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind : jaxb-xjc | jar | 2.2.7 |