Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.ccxjc |
ArtifactId | ArtifactIdcc-xjc-plugin |
Version | Version1.0-beta-9 |
Type | Typejar |
Filename | Size |
---|---|
cc-xjc-plugin-1.0-beta-9.pom | |
cc-xjc-plugin-1.0-beta-9.jar | 28 KB |
cc-xjc-plugin-1.0-beta-9-sources.jar | 14 KB |
Browse |
<!-- 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-9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.ccxjc/cc-xjc-plugin/
implementation 'net.sourceforge.ccxjc:cc-xjc-plugin:1.0-beta-9'
// https://jarcasting.com/artifacts/net.sourceforge.ccxjc/cc-xjc-plugin/
implementation ("net.sourceforge.ccxjc:cc-xjc-plugin:1.0-beta-9")
'net.sourceforge.ccxjc:cc-xjc-plugin:jar:1.0-beta-9'
<dependency org="net.sourceforge.ccxjc" name="cc-xjc-plugin" rev="1.0-beta-9">
<artifact name="cc-xjc-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.ccxjc', module='cc-xjc-plugin', version='1.0-beta-9')
)
libraryDependencies += "net.sourceforge.ccxjc" % "cc-xjc-plugin" % "1.0-beta-9"
[net.sourceforge.ccxjc/cc-xjc-plugin "1.0-beta-9"]