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