MVN

info.hubbitus : xjc-documentation-annotation-plugin

Maven & Gradle

Feb 25, 2020
13 stars

xjc-documentation-annotation-plugin · XJC plugin to bring XSD descriptions into annotations of generated classes

<dependency>
    <groupId>info.hubbitus</groupId>
    <artifactId>xjc-documentation-annotation-plugin</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.hubbitus : xjc-documentation-annotation-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of info.hubbitus : xjc-documentation-annotation-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
xjc-documentation-annotation-plugin-1.1
1.0.x
xjc-documentation-annotation-plugin-1.0.1
1.0
xjc-documentation-annotation-plugin-1.0

How to add a dependency to Maven

Add the following info.hubbitus : xjc-documentation-annotation-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.hubbitus</groupId>
    <artifactId>xjc-documentation-annotation-plugin</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.hubbitus : xjc-documentation-annotation-plugin gradle dependency to your build.gradle file:

implementation 'info.hubbitus:xjc-documentation-annotation-plugin:1.1'

Gradle Kotlin DSL: Add the following info.hubbitus : xjc-documentation-annotation-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("info.hubbitus:xjc-documentation-annotation-plugin:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.hubbitus : xjc-documentation-annotation-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "info.hubbitus" % "xjc-documentation-annotation-plugin" % "1.1"