x

xjc-test-other-plugins

Use other before and after the plugin
Files download
File Operation
xjc-test-other-plugins-2.0.jar download
xjc-test-other-plugins-2.0.pom download
xjc-test-other-plugins-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.pinguet62.xjc</groupId>
  <artifactId>xjc-test-other-plugins</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'fr.pinguet62.xjc:xjc-test-other-plugins:2.0'
Gradle Kotlin
implementation("fr.pinguet62.xjc:xjc-test-other-plugins:2.0")
Scala SBT
libraryDependencies += "fr.pinguet62.xjc" % "xjc-test-other-plugins" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='fr.pinguet62.xjc', module='xjc-test-other-plugins', version='2.0')
)
Apache Ivy
<dependency org="fr.pinguet62.xjc" name="xjc-test-other-plugins" rev="2.0" />
Leiningen
[fr.pinguet62.xjc/xjc-test-other-plugins "2.0"]
Apache Buildr
'fr.pinguet62.xjc:xjc-test-other-plugins:jar:2.0'