is not current version
Last Version 1.0.2

net.sourceforge.jpaxjc:jpa-xjc-plugin 1.0

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

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.jpaxjc
ArtifactId

ArtifactId

jpa-xjc-plugin
Version

Version

1.0
Type

Type

jar

Download jpa-xjc-plugin 1.0


<!-- https://jarcasting.com/artifacts/net.sourceforge.jpaxjc/jpa-xjc-plugin/ -->
<dependency>
    <groupId>net.sourceforge.jpaxjc</groupId>
    <artifactId>jpa-xjc-plugin</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jpaxjc/jpa-xjc-plugin/
implementation 'net.sourceforge.jpaxjc:jpa-xjc-plugin:1.0'
// https://jarcasting.com/artifacts/net.sourceforge.jpaxjc/jpa-xjc-plugin/
implementation ("net.sourceforge.jpaxjc:jpa-xjc-plugin:1.0")
'net.sourceforge.jpaxjc:jpa-xjc-plugin:jar:1.0'
<dependency org="net.sourceforge.jpaxjc" name="jpa-xjc-plugin" rev="1.0">
  <artifact name="jpa-xjc-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jpaxjc', module='jpa-xjc-plugin', version='1.0')
)
libraryDependencies += "net.sourceforge.jpaxjc" % "jpa-xjc-plugin" % "1.0"
[net.sourceforge.jpaxjc/jpa-xjc-plugin "1.0"]