MVN

com.github.sanity4j : jaxb-booleangetter-plugin

Maven & Gradle

May 24, 2017
0 stars

jaxb-booleangetter-plugin · JAXB 2.1.x XJC Boolean-Getter Plugin This plugin causes getter methods for Boolean Objects to be called "getXX" instead of "isXX". Downloaded from http://fisheye5.atlassian.com/browse/~raw,r=1.1/jaxb2-commons/www/boolean-getter/index.html on 18/03/10 Yiannis Paschalidis Sanity4J was created to simplify running multiple static code analysis tools on the Java projects. It provides a single entry point to run all the selected tools and produce a consolidated report, which presents all findings in an easily accessible manner.

<dependency>
    <groupId>com.github.sanity4j</groupId>
    <artifactId>jaxb-booleangetter-plugin</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sanity4j : jaxb-booleangetter-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.github.sanity4j : jaxb-booleangetter-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
jaxb-booleangetter-plugin-1.0

How to add a dependency to Maven

Add the following com.github.sanity4j : jaxb-booleangetter-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sanity4j</groupId>
    <artifactId>jaxb-booleangetter-plugin</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sanity4j : jaxb-booleangetter-plugin gradle dependency to your build.gradle file:

implementation 'com.github.sanity4j:jaxb-booleangetter-plugin:1.0'

Gradle Kotlin DSL: Add the following com.github.sanity4j : jaxb-booleangetter-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sanity4j:jaxb-booleangetter-plugin:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sanity4j : jaxb-booleangetter-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sanity4j" % "jaxb-booleangetter-plugin" % "1.0"