MVN

net.sourceforge.jpaxjc : jpa-xjc-plugin

Maven & Gradle

Aug 18, 2010

JPA-XJC · JAXB 2.1 Schema to Java compiler plugin for annotating schema derived classes with Java persistence annotations.

<dependency>
    <groupId>net.sourceforge.jpaxjc</groupId>
    <artifactId>jpa-xjc-plugin</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.jpaxjc : jpa-xjc-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of net.sourceforge.jpaxjc : jpa-xjc-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jpa-xjc-plugin-1.0.2
jpa-xjc-plugin-1.0.1
1.0
jpa-xjc-plugin-1.0

How to add a dependency to Maven

Add the following net.sourceforge.jpaxjc : jpa-xjc-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.jpaxjc</groupId>
    <artifactId>jpa-xjc-plugin</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.jpaxjc : jpa-xjc-plugin gradle dependency to your build.gradle file:

implementation 'net.sourceforge.jpaxjc:jpa-xjc-plugin:1.0.2'

Gradle Kotlin DSL: Add the following net.sourceforge.jpaxjc : jpa-xjc-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.jpaxjc:jpa-xjc-plugin:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.jpaxjc : jpa-xjc-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.jpaxjc" % "jpa-xjc-plugin" % "1.0.2"