Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.jpaxjc |
ArtifactId | ArtifactIdjpa-xjc-plugin |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jpa-xjc-plugin-1.0.pom | |
jpa-xjc-plugin-1.0.jar | 147 KB |
jpa-xjc-plugin-1.0-sources.jar | 149 KB |
jpa-xjc-plugin-1.0-javadoc.jar | 804 KB |
jpa-xjc-plugin-1.0-bin.zip | 184 KB |
jpa-xjc-plugin-1.0-bin.tar.gz | 184 KB |
jpa-xjc-plugin-1.0-bin.tar.bz2 | 187 KB |
Browse |
<!-- 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"]