j

jaxb2-commons-lang3

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.
Hanson Char
文件下载
文件名 操作
jaxb2-commons-lang3-1.0.0.jar 下载
jaxb2-commons-lang3-1.0.0.pom 下载
jaxb2-commons-lang3-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.btmatthews.jaxb2_commons</groupId>
  <artifactId>jaxb2-commons-lang3</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.btmatthews.jaxb2_commons:jaxb2-commons-lang3:1.0.0'
Gradle Kotlin
implementation("com.btmatthews.jaxb2_commons:jaxb2-commons-lang3:1.0.0")
Scala SBT
libraryDependencies += "com.btmatthews.jaxb2_commons" % "jaxb2-commons-lang3" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.btmatthews.jaxb2_commons', module='jaxb2-commons-lang3', version='1.0.0')
)
Apache Ivy
<dependency org="com.btmatthews.jaxb2_commons" name="jaxb2-commons-lang3" rev="1.0.0" />
Leiningen
[com.btmatthews.jaxb2_commons/jaxb2-commons-lang3 "1.0.0"]
Apache Buildr
'com.btmatthews.jaxb2_commons:jaxb2-commons-lang3:jar:1.0.0'