Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.jpaxjc |
ArtifactId | ArtifactIdjpa-xjc-plugin |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jpa-xjc-plugin-1.0.1.pom | |
jpa-xjc-plugin-1.0.1.jar | 147 KB |
jpa-xjc-plugin-1.0.1-sources.jar | 149 KB |
jpa-xjc-plugin-1.0.1-javadoc.jar | 805 KB |
jpa-xjc-plugin-1.0.1-bin.zip | 184 KB |
jpa-xjc-plugin-1.0.1-bin.tar.gz | 184 KB |
jpa-xjc-plugin-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jpaxjc/jpa-xjc-plugin/
implementation 'net.sourceforge.jpaxjc:jpa-xjc-plugin:1.0.1'
// https://jarcasting.com/artifacts/net.sourceforge.jpaxjc/jpa-xjc-plugin/
implementation ("net.sourceforge.jpaxjc:jpa-xjc-plugin:1.0.1")
'net.sourceforge.jpaxjc:jpa-xjc-plugin:jar:1.0.1'
<dependency org="net.sourceforge.jpaxjc" name="jpa-xjc-plugin" rev="1.0.1">
<artifact name="jpa-xjc-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jpaxjc', module='jpa-xjc-plugin', version='1.0.1')
)
libraryDependencies += "net.sourceforge.jpaxjc" % "jpa-xjc-plugin" % "1.0.1"
[net.sourceforge.jpaxjc/jpa-xjc-plugin "1.0.1"]