Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.ccxjc |
ArtifactId | ArtifactIdcc-xjc-plugin |
Version | Version1.0-beta-6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sourceforge.ccxjc/cc-xjc-plugin/ -->
<dependency>
<groupId>net.sourceforge.ccxjc</groupId>
<artifactId>cc-xjc-plugin</artifactId>
<version>1.0-beta-6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.ccxjc/cc-xjc-plugin/
implementation 'net.sourceforge.ccxjc:cc-xjc-plugin:1.0-beta-6'
// https://jarcasting.com/artifacts/net.sourceforge.ccxjc/cc-xjc-plugin/
implementation ("net.sourceforge.ccxjc:cc-xjc-plugin:1.0-beta-6")
'net.sourceforge.ccxjc:cc-xjc-plugin:jar:1.0-beta-6'
<dependency org="net.sourceforge.ccxjc" name="cc-xjc-plugin" rev="1.0-beta-6">
<artifact name="cc-xjc-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.ccxjc', module='cc-xjc-plugin', version='1.0-beta-6')
)
libraryDependencies += "net.sourceforge.ccxjc" % "cc-xjc-plugin" % "1.0-beta-6"
[net.sourceforge.ccxjc/cc-xjc-plugin "1.0-beta-6"]