MVN

org.andromda.thirdparty.jaxb2_commons : commons-lang-plugin

Maven & Gradle

Apr 29, 2010
1 usages

JAXB2 jakarta-commons-lang Plugin · There is now an xjc plugin that automatically generates the toString(), hashCode() and equals(Object) methods using jakarta-common-lang's ToStringBuilder, HashCodeBuilder and EqualsBuilder

<dependency>
    <groupId>org.andromda.thirdparty.jaxb2_commons</groupId>
    <artifactId>commons-lang-plugin</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.andromda.thirdparty.jaxb2_commons : commons-lang-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of org.andromda.thirdparty.jaxb2_commons : commons-lang-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
commons-lang-plugin-2.2

How to add a dependency to Maven

Add the following org.andromda.thirdparty.jaxb2_commons : commons-lang-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.andromda.thirdparty.jaxb2_commons</groupId>
    <artifactId>commons-lang-plugin</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.andromda.thirdparty.jaxb2_commons : commons-lang-plugin gradle dependency to your build.gradle file:

implementation 'org.andromda.thirdparty.jaxb2_commons:commons-lang-plugin:2.2'

Gradle Kotlin DSL: Add the following org.andromda.thirdparty.jaxb2_commons : commons-lang-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.andromda.thirdparty.jaxb2_commons:commons-lang-plugin:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.andromda.thirdparty.jaxb2_commons : commons-lang-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.andromda.thirdparty.jaxb2_commons" % "commons-lang-plugin" % "2.2"