Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.ccxjc |
ArtifactId | ArtifactIdcc-xjc-it |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
cc-xjc-it-1.5.pom | |
cc-xjc-it-1.5.jar | 1 MB |
cc-xjc-it-1.5-sources.jar | 1 MB |
cc-xjc-it-1.5-javadoc.jar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.ccxjc/cc-xjc-it/ -->
<dependency>
<groupId>net.sourceforge.ccxjc</groupId>
<artifactId>cc-xjc-it</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.ccxjc/cc-xjc-it/
implementation 'net.sourceforge.ccxjc:cc-xjc-it:1.5'
// https://jarcasting.com/artifacts/net.sourceforge.ccxjc/cc-xjc-it/
implementation ("net.sourceforge.ccxjc:cc-xjc-it:1.5")
'net.sourceforge.ccxjc:cc-xjc-it:jar:1.5'
<dependency org="net.sourceforge.ccxjc" name="cc-xjc-it" rev="1.5">
<artifact name="cc-xjc-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.ccxjc', module='cc-xjc-it', version='1.5')
)
libraryDependencies += "net.sourceforge.ccxjc" % "cc-xjc-it" % "1.5"
[net.sourceforge.ccxjc/cc-xjc-it "1.5"]