c

code-generator-plugin

A plugin for executing specified code generators
https://github.com/freefair/gradle-plugins
MIT
FreeFair
Lars Grefer Dennis Fricke
Files download
File Operation
code-generator-plugin-8.4.jar download
code-generator-plugin-8.4.pom download
code-generator-plugin-8.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.freefair.gradle</groupId>
  <artifactId>code-generator-plugin</artifactId>
  <version>8.4</version>
</dependency>
Gradle Groovy
implementation 'io.freefair.gradle:code-generator-plugin:8.4'
Gradle Kotlin
implementation("io.freefair.gradle:code-generator-plugin:8.4")
Scala SBT
libraryDependencies += "io.freefair.gradle" % "code-generator-plugin" % "8.4"
Groovy Grape
@Grapes(
  @Grab(group='io.freefair.gradle', module='code-generator-plugin', version='8.4')
)
Apache Ivy
<dependency org="io.freefair.gradle" name="code-generator-plugin" rev="8.4" />
Leiningen
[io.freefair.gradle/code-generator-plugin "8.4"]
Apache Buildr
'io.freefair.gradle:code-generator-plugin:jar:8.4'