c

caf-audit-maven-plugin

This project provides an XML to Java transformation plugin.
Files download
File Operation
caf-audit-maven-plugin-4.0.1-1154.jar download
caf-audit-maven-plugin-4.0.1-1154.pom download
caf-audit-maven-plugin-4.0.1-1154-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cafaudit</groupId>
  <artifactId>caf-audit-maven-plugin</artifactId>
  <version>4.0.1-1154</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.cafaudit:caf-audit-maven-plugin:4.0.1-1154'
Gradle Kotlin
implementation("com.github.cafaudit:caf-audit-maven-plugin:4.0.1-1154")
Scala SBT
libraryDependencies += "com.github.cafaudit" % "caf-audit-maven-plugin" % "4.0.1-1154"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cafaudit', module='caf-audit-maven-plugin', version='4.0.1-1154')
)
Apache Ivy
<dependency org="com.github.cafaudit" name="caf-audit-maven-plugin" rev="4.0.1-1154" />
Leiningen
[com.github.cafaudit/caf-audit-maven-plugin "4.0.1-1154"]
Apache Buildr
'com.github.cafaudit:caf-audit-maven-plugin:jar:4.0.1-1154'